mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Change nedge default routing id
This commit is contained in:
parent
f0877a0475
commit
f4e4559917
2 changed files with 3 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ local os_utils = require "os_utils"
|
|||
|
||||
local host_pools_utils = {}
|
||||
host_pools_utils.DEFAULT_POOL_ID = "0"
|
||||
host_pools_utils.DEFAULT_ROUTING_POLICY_ID = "0"
|
||||
host_pools_utils.DEFAULT_ROUTING_POLICY_ID = "1"
|
||||
host_pools_utils.FIRST_AVAILABLE_POOL_ID = "1"
|
||||
host_pools_utils.DEFAULT_POOL_NAME = "Not Assigned"
|
||||
host_pools_utils.MAX_NUM_POOLS = 128 -- Note: keep in sync with C
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue