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>
diff --git a/bgpwtf/machines/edge01.waw.bgp.wtf.nix b/bgpwtf/machines/edge01.waw.bgp.wtf.nix
index 71421db..c541bed 100644
--- a/bgpwtf/machines/edge01.waw.bgp.wtf.nix
+++ b/bgpwtf/machines/edge01.waw.bgp.wtf.nix
@@ -352,8 +352,10 @@
         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;
       '';
     };