From f965942dd56d013ead9e92b392ab6b2deb5d7f82 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 25 Mar 2019 13:51:08 +0100 Subject: [PATCH] Add action to action list --- p4src/static-mapping.p4 | 1 + 1 file changed, 1 insertion(+) diff --git a/p4src/static-mapping.p4 b/p4src/static-mapping.p4 index 3d0c671..c348a28 100644 --- a/p4src/static-mapping.p4 +++ b/p4src/static-mapping.p4 @@ -319,6 +319,7 @@ control MyIngress(inout headers hdr, actions = { set_egress_port; controller_debug; + controller_debug_table_id; NoAction; } size = ROUTING_TABLE_SIZE;