From 5097f9dbd107bdcd1bff494de9f0b65c301c435a Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 31 Mar 2019 15:55:57 +0200 Subject: [PATCH] +action for arp table --- p4src/static-mapping.p4 | 1 + 1 file changed, 1 insertion(+) diff --git a/p4src/static-mapping.p4 b/p4src/static-mapping.p4 index 1aeaf04..d921fcb 100644 --- a/p4src/static-mapping.p4 +++ b/p4src/static-mapping.p4 @@ -353,6 +353,7 @@ Echo or Echo Reply Message } actions = { controller_debug_table_id; + arp_reply; NoAction; } size = ICMP6_TABLE_SIZE;