Add constant for ipv6 address pairs
Change-Id: Ib00957c45ab1c12bce81e9d6411624219fa045c1
This commit is contained in:
@@ -114,6 +114,8 @@ LOGGING = 'logging'
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user