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:
Michal Kelner Mishali 2019-05-15 14:50:06 +03:00
parent dda224e488
commit 46a6d7819c
1 changed files with 1 additions and 1 deletions

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'