mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Fixes parsing of IP addresses and CIDRs for custom protocols
Fixes #4050
This commit is contained in:
parent
93e42d4df0
commit
c8db38a06c
2 changed files with 21 additions and 8 deletions
|
|
@ -778,6 +778,7 @@ local function validateNetwork(i)
|
|||
return false
|
||||
end
|
||||
end
|
||||
http_lint.validateNetwork = validateNetwork
|
||||
|
||||
local function validateHost(p)
|
||||
local host = hostkey2hostinfo(p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue