From 2c3db11c806090566399310cd172475cde37e4c5 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 5 Mar 2019 22:33:03 +0100 Subject: [PATCH] +6 --- p4src/static-mapping.p4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p4src/static-mapping.p4 b/p4src/static-mapping.p4 index ddc9b74..2435351 100644 --- a/p4src/static-mapping.p4 +++ b/p4src/static-mapping.p4 @@ -158,7 +158,7 @@ control MyIngress(inout headers hdr, actions = { controller_debug; controller_reply; - icmp_echo_reply; + icmp6_echo_reply; NoAction; } size = ADDRESS_TABLE_SIZE;