From 5781d2654199c096a5ca8f51ec663465a9727905 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 19 Mar 2019 23:53:42 +0100 Subject: [PATCH] add icmp6_ns to v6_networks table --- p4src/static-mapping.p4 | 1 + 1 file changed, 1 insertion(+) diff --git a/p4src/static-mapping.p4 b/p4src/static-mapping.p4 index 0497f51..2cd7cf1 100644 --- a/p4src/static-mapping.p4 +++ b/p4src/static-mapping.p4 @@ -247,6 +247,7 @@ control MyIngress(inout headers hdr, controller_debug; controller_reply; nat64_static; + icmp6_neighbor_solicitation; NoAction; } size = ROUTING_TABLE_SIZE;