NSX|T: Add NSX limit of IP address association to port

Adding parameter that notes limit on number of allowed address
pairs per port, excluding fixed IP.

Change-Id: I1ce3fe17b089967fcab26d5466c65c317f58bc74
Signed-off-by: Michal Kelner Mishali <mkelnermishal@vmware.com>
This commit is contained in:
Michal Kelner Mishali 2019-03-07 14:55:28 +02:00
parent 8559a9969c
commit 0b4894085b
1 changed files with 3 additions and 0 deletions

View File

@ -110,6 +110,9 @@ LOCAL_IP_PREFIX = 'local_ip_prefix'
LOGGING = 'logging'
# Allowed address pairs
NUM_ALLOWED_IP_ADDRESSES = 128
# QoS directions egress/ingress
EGRESS = 'egress'
INGRESS = 'ingress'