mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add per-user default policy and change policy application order.
The order is now the following 1) User protocol policy 2) User category policy 3) User default policy The "not assigned" user policies are not a fallback any more. They are only applied on not assigned devices.
This commit is contained in:
parent
8ff93579aa
commit
f8d7677710
6 changed files with 43 additions and 95 deletions
|
|
@ -1106,6 +1106,7 @@ local known_parameters = {
|
|||
["per_ip_pass_rate"] = validateNumber,
|
||||
["per_ip_slow_rate"] = validateNumber,
|
||||
["per_ip_slower_rate"] = validateNumber,
|
||||
["user_policy"] = validateNumber,
|
||||
|
||||
-- json POST DATA
|
||||
["payload"] = validateJSON
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue