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;