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>
(cherry picked from commit 46a6d7819c)
This commit is contained in:
Michal Kelner Mishali
2019-05-15 14:50:06 +03:00
parent 8a08f02118
commit b67029a522

View File

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