mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Simplify service/periodicity map logic and implements #5764
This commit is contained in:
parent
ac6f1adc18
commit
6d51c6cc68
2 changed files with 12 additions and 5 deletions
|
|
@ -839,6 +839,7 @@ local function validateProtocolIdOrName(p)
|
|||
(validateChoice(ndpi_protos, tmp) or
|
||||
validateChoiceByKeys(L4_PROTO_KEYS, tmp) or
|
||||
validateChoiceByKeys(ndpi_protos, tmp))
|
||||
or (p == 'none')
|
||||
end
|
||||
http_lint.validateProtocolIdOrName = validateProtocolIdOrName
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue