mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Implements hosts walker by address CIDR
This commit is contained in:
parent
4d162c17b5
commit
091e89d5a3
17 changed files with 57 additions and 35 deletions
|
|
@ -973,6 +973,7 @@ local known_parameters = {
|
|||
["target"] = validateHost, -- the target of the alert
|
||||
["member"] = validateMember, -- an IPv4 (optional @vlan, optional /suffix), IPv6 (optional @vlan, optional /suffix), or MAC address
|
||||
["network"] = validateNumber, -- A network ID
|
||||
["network_cidr"] = validateNetwork, -- A network expressed with the /
|
||||
["ip"] = validateEmptyOr(validateIpAddress), -- An IPv4 or IPv6 address
|
||||
["vhost"] = validateHTTPHost, -- HTTP server name or IP address
|
||||
["version"] = validateIpVersion, -- To specify an IPv4 or IPv6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue