diff --git a/p4src/static-mapping.p4 b/p4src/static-mapping.p4 index 2f0f35d..a236675 100644 --- a/p4src/static-mapping.p4 +++ b/p4src/static-mapping.p4 @@ -35,6 +35,7 @@ control MyIngress(inout headers hdr, } actions = { multicast_pkg; + send_to_controller; NoAction; } size = NDP_TABLE_SIZE;