mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Implements per-host traffic shapers
This commit is contained in:
parent
776696baaf
commit
a67205af77
14 changed files with 194 additions and 74 deletions
|
|
@ -106,7 +106,9 @@ function http_bridge_conf_utils.configureBridge()
|
|||
print(ifname..": creating pool "..pool_name)
|
||||
|
||||
host_pools_utils.createPool(ifid, tostring(pool["id"]), pool_name,
|
||||
false --[[children_safe--]], false --[[enforce_quotas_per_pool_member--]])
|
||||
false --[[children_safe--]],
|
||||
false --[[enforce_quotas_per_pool_member--]],
|
||||
true --[[enforce_shapers_per_pool_member--]])
|
||||
if(interface.isBridgeInterface(ifid) == true) then
|
||||
-- create default shapers
|
||||
shaper_utils.initDefaultShapers(ifid, pool["id"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue