1
0
Fork 0

bgpwtf/m/edge01: allow 10.10.32.0/24 (dcr03 mgmt)

Change-Id: Ide36e7fbcb39c178b0d51dd0da8534c6bf60954b
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1403
Reviewed-by: patryk <patryk@hackerspace.pl>
master
q3k 2022-10-08 17:03:02 +00:00 committed by q3k
parent aa67387717
commit 0d22d0bcb6
1 changed files with 3 additions and 1 deletions

View File

@ -352,8 +352,10 @@ 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
# dcsw01.hswaw.net / dcr03sw48.hswaw.net
if net ~ [ 185.236.240.66/31 ] then accept;
# dcr03 mgmt
if net ~ [ 10.10.32.0/24 ] then accept;
reject;
'';
};