diff --git a/p4src/static-mapping.p4 b/p4src/static-mapping.p4 index f89aafd..ea25d5d 100644 --- a/p4src/static-mapping.p4 +++ b/p4src/static-mapping.p4 @@ -155,6 +155,8 @@ control MyIngress(inout headers hdr, } actions = { set_egress_port; + controller_debug; + controller_reply; NoAction; } size = ROUTING_TABLE_SIZE;