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)
(cherry picked from commit a979cc40dc)
This commit is contained in:
Michal Kelner Mishali 2019-05-15 14:50:06 +03:00 committed by Adit Sarfaty
parent 9a2bc89574
commit 3775a2c3c7
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ LOGGING = 'logging'
# Allowed address pairs # Allowed address pairs
NUM_ALLOWED_IP_ADDRESSES = 128 NUM_ALLOWED_IP_ADDRESSES = 128
MAX_STATIC_ROUTES = 27 MAX_STATIC_ROUTES = 26
# QoS directions egress/ingress # QoS directions egress/ingress
EGRESS = 'egress' EGRESS = 'egress'