mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Reworked flow exporters host rules
This commit is contained in:
parent
9fb6a1b2c8
commit
f9d218fbab
4 changed files with 3 additions and 4 deletions
|
|
@ -1888,6 +1888,7 @@ local known_parameters = {
|
|||
["_"] = validateEmptyOr(validateNumber), -- jQuery nonce in ajax requests used to prevent browser caching
|
||||
["__"] = validateUnquoted, -- see LDAP prefs page
|
||||
["ifid"] = validateInterface, -- An ntopng interface ID
|
||||
["rule_ifid"] = validateInterface, -- An ntopng interface ID
|
||||
["observationPointId"] = validateNumber,
|
||||
["ifname"] = validateSingleWord,
|
||||
["iffilter"] = validateIfFilter, -- An interface ID or 'all'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue