1
0
Fork 0

bgpwtf: allow route with ptp to dcr03sw48

Change-Id: Ia1173deec1cd3bfc00d543c112df06b7b82dfad0
master
q3k 2021-06-30 23:22:38 +02:00 committed by q3k
parent 0808034e6a
commit 1c80bd7563
1 changed files with 2 additions and 0 deletions

View File

@ -307,6 +307,8 @@ in rec {
if net ~ [ 185.236.240.32/28+ ] then accept;
# k0 metallb pools
if net ~ [ 185.236.240.48/28+, 185.236.240.112/28+ ] then accept;
# dcsw01.hswaw.net / dcr03sw48.hswaw.net
if net ~ [ 185.236.240.66/31 ] then accept;
reject;
'';
};