diff --git a/vmware_nsxlib/v3/nsx_constants.py b/vmware_nsxlib/v3/nsx_constants.py index 194b51b6..1ddd187a 100644 --- a/vmware_nsxlib/v3/nsx_constants.py +++ b/vmware_nsxlib/v3/nsx_constants.py @@ -116,6 +116,8 @@ LOCAL_IP_PREFIX = 'local_ip_prefix' # Allowed address pairs NUM_ALLOWED_IP_ADDRESSES = 128 +NUM_ALLOWED_IP_ADDRESSES_v4 = NUM_ALLOWED_IP_ADDRESSES +NUM_ALLOWED_IP_ADDRESSES_v6 = 16 MAX_STATIC_ROUTES = 26 # QoS directions egress/ingress