From f2cd835ced10973829b50acbd6dac9f2a43b8414 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 4 Mar 2019 14:08:09 +0100 Subject: [PATCH] [p4] refactor --- p4src/static-mapping.p4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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();