From 67afa855d043a744906c17ecfc9327e288ebe181 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 26 Feb 2019 15:33:37 +0100 Subject: [PATCH] [NDP] apply table... --- p4src/static-mapping.p4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); }