bgpwtf: widen hswaw prefix

Change-Id: I6bf97db741af6cfb788a0e69227ea9e616afea15
diff --git a/bgpwtf/machines/edge01.waw.bgp.wtf.nix b/bgpwtf/machines/edge01.waw.bgp.wtf.nix
index 0f754f1..1ff21fb 100644
--- a/bgpwtf/machines/edge01.waw.bgp.wtf.nix
+++ b/bgpwtf/machines/edge01.waw.bgp.wtf.nix
@@ -199,7 +199,7 @@
     table = "aggregate";
     filterIn = ''
       # hswaw prefix from e2-customs
-      if net ~ [ 2a0d:eb00:4242::/64+ ] then accept;
+      if net ~ [ 2a0d:eb00:4242::/48+ ] then accept;
       # e2-customs link
       if net ~ [ 2a0d:eb00:2137:1::2/127+ ] then accept;
     '';