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 fbe1cac583
commit e0806e8018
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ 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
NUM_ALLOWED_IP_ADDRESSES_v6 = 15
MAX_STATIC_ROUTES = 26
# QoS directions egress/ingress