Change nedge default routing id

This commit is contained in:
emanuele-f 2018-01-26 12:42:22 +01:00
parent f0877a0475
commit f4e4559917
2 changed files with 3 additions and 2 deletions

View file

@ -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