diff --git a/p4src/static-mapping.p4 b/p4src/static-mapping.p4 index 8d0624a..97096a3 100644 --- a/p4src/static-mapping.p4 +++ b/p4src/static-mapping.p4 @@ -104,8 +104,9 @@ control MyIngress(inout headers hdr, } apply { - if(hdr.ipv6.isValid()) { + + ndp.apply(); /* flood or if it is us - answer */ v6_addresses.apply(); v6_routing.apply(); }