mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Add preference to enable Device Protocols Policies in nEdge
This commit is contained in:
parent
f30e042cfc
commit
3bd6a1a97c
11 changed files with 57 additions and 9 deletions
|
|
@ -1227,6 +1227,7 @@ local known_parameters = {
|
|||
["show_wizard"] = validateEmpty, -- bridge wizard
|
||||
["delete_all_policies"] = validateEmpty, -- traffic policies
|
||||
["safe_search"] = validateOnOff, -- users
|
||||
["device_protocols_policing"] = validateOnOff, -- users
|
||||
["forge_global_dns"] = validateBool, -- users
|
||||
["default_policy"] = validateNumber, -- users
|
||||
["lan_interfaces"] = validateListOfTypeInline(validateNetworkInterface),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue