bgpwtf: allow route with ptp to dcr03sw48

Change-Id: Ia1173deec1cd3bfc00d543c112df06b7b82dfad0
diff --git a/bgpwtf/machines/edge01.waw.bgp.wtf.nix b/bgpwtf/machines/edge01.waw.bgp.wtf.nix
index cf61bd9..8427f25 100644
--- a/bgpwtf/machines/edge01.waw.bgp.wtf.nix
+++ b/bgpwtf/machines/edge01.waw.bgp.wtf.nix
@@ -307,6 +307,8 @@
         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;
       '';
     };