Fix ipv6 address pairs limits for ipv6 to 15
Change-Id: I0038b6526cf0132880bed37845431bcffc3d2e29
This commit is contained in:
parent
d4c1f06339
commit
cbf8d87804
@ -117,7 +117,7 @@ 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
|
||||
NUM_ALLOWED_IP_ADDRESSES_v6 = 15
|
||||
MAX_STATIC_ROUTES = 26
|
||||
|
||||
# QoS directions egress/ingress
|
||||
|
Loading…
Reference in New Issue
Block a user