NSX|V3+P: Change max allowed host routes
Change number of max allowed host routes to 26. option121 is set as 27, but there's 1 host route set by default. Change-Id: I4c0c9b8fec3ac44ed98fc66d2b8499baac7d65a0 Signed-off-by: Michal Kelner Mishali <mkelnermishal@vmware.com>
This commit is contained in:
parent
dda224e488
commit
46a6d7819c
@ -114,7 +114,7 @@ LOGGING = 'logging'
|
||||
|
||||
# Allowed address pairs
|
||||
NUM_ALLOWED_IP_ADDRESSES = 128
|
||||
MAX_STATIC_ROUTES = 27
|
||||
MAX_STATIC_ROUTES = 26
|
||||
|
||||
# QoS directions egress/ingress
|
||||
EGRESS = 'egress'
|
||||
|
Loading…
x
Reference in New Issue
Block a user