diff --git a/p4src/static-mapping.p4 b/p4src/static-mapping.p4 index 3137d61..3d0c671 100644 --- a/p4src/static-mapping.p4 +++ b/p4src/static-mapping.p4 @@ -322,7 +322,7 @@ control MyIngress(inout headers hdr, NoAction; } size = ROUTING_TABLE_SIZE; - default_action = NoAction; + default_action = controller_debug_table_id(TABLE_V4_NETWORKS); } /********************** APPLYING TABLES ***********************************/