mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
parent
7c49514ba0
commit
bd27304c54
6 changed files with 266 additions and 23 deletions
|
|
@ -1248,6 +1248,7 @@ local known_parameters = {
|
|||
["policy_filter"] = validateEmptyOr(validateNumber),
|
||||
["hostname"] = validateSingleWord,
|
||||
["delete"] = validateEmpty,
|
||||
["delete_inactive_if_data"] = validateEmpty,
|
||||
["reset_quotas"] = validateEmpty,
|
||||
["bandwidth_allocation"] = validateChoiceInline({"min_guaranteed", "max_enforced"}),
|
||||
["bind_to"] = validateChoiceInline({"lan", "any"}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue