diff --git a/bgpwtf/machines/edge01.waw.bgp.wtf.nix b/bgpwtf/machines/edge01.waw.bgp.wtf.nix index 71421db8..c541bed5 100644 --- a/bgpwtf/machines/edge01.waw.bgp.wtf.nix +++ b/bgpwtf/machines/edge01.waw.bgp.wtf.nix @@ -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; ''; };