1
0
Fork 0

bgpwtf: widen hswaw prefix

Change-Id: I6bf97db741af6cfb788a0e69227ea9e616afea15
master
q3k 2020-11-08 16:31:11 +01:00
parent d80b04f37f
commit e9f2c9d21b
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ in rec {
table = "aggregate";
filterIn = ''
# hswaw prefix from e2-customs
if net ~ [ 2a0d:eb00:4242::/64+ ] then accept;
if net ~ [ 2a0d:eb00:4242::/48+ ] then accept;
# e2-customs link
if net ~ [ 2a0d:eb00:2137:1::2/127+ ] then accept;
'';