mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Fix drop_host_traffic param
This commit is contained in:
parent
dee531ae2e
commit
3290359263
2 changed files with 2 additions and 1 deletions
|
|
@ -2590,6 +2590,7 @@ local known_parameters = {
|
|||
["show_advanced_prefs"] = validateBool, -- true if advanced preferences should be shown
|
||||
["ifSpeed"] = validateEmptyOr(validateNumber), -- interface speed
|
||||
["scaling_factor"] = validateEmptyOr(validateNumber), -- interface scaling factor
|
||||
["drop_host_traffic"] = validateBool, -- to drop an host traffic
|
||||
["drop_host_traffic_policy"] = validateBool, -- to drop an host traffic
|
||||
["drop_host_active_flows_policy"] = validateBool, -- to drop active host traffic flows
|
||||
["lifetime_limited"] = validateEmptyOr(validateOnOff), -- set if user should have a limited lifetime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue