Fix ipv6 address pairs limits for ipv6 to 15

Change-Id: I0038b6526cf0132880bed37845431bcffc3d2e29
This commit is contained in:
asarfaty 2020-08-26 06:31:27 +02:00 committed by Adit Sarfaty
parent b12e2ae862
commit 432c233380
1 changed files with 1 additions and 1 deletions

View File

@ -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