diff --git a/p4src/static-mapping.p4 b/p4src/static-mapping.p4 index b15bbe6..f89aafd 100644 --- a/p4src/static-mapping.p4 +++ b/p4src/static-mapping.p4 @@ -179,11 +179,11 @@ control MyIngress(inout headers hdr, if(hdr.ipv6.isValid()) { /* FIXME: structure / use .hit to do logic */ - ndp_answer.apply(); + // ndp_answer.apply(); - ndp.apply(); /* flood or if it is us - answer */ + //ndp.apply(); /* flood or if it is us - answer */ v6_addresses.apply(); - v6_routing.apply(); + v6_networks.apply(); } if(hdr.ipv4.isValid()) { v4_routing.apply();