mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Implement network data delete
IPv4 network masks /24 to /32 are now supported. Fix #2257
This commit is contained in:
parent
d69237c0cd
commit
11a99722e0
5 changed files with 99 additions and 7 deletions
|
|
@ -682,6 +682,9 @@ function driver:delete(schema_prefix, tags)
|
|||
}, snmp_if = {
|
||||
tags = {ifid=1, device=1},
|
||||
path = function(tags) return getRRDName(tags.ifid, "snmp:" .. tags.device) end,
|
||||
}, subnet = {
|
||||
tags = {ifid=1, subnet=1},
|
||||
path = function(tags) return getRRDName(tags.ifid, "net:" .. tags.subnet) end,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue