diff --git a/p4src/static-mapping.p4 b/p4src/static-mapping.p4 index f03bbc7..3137d61 100644 --- a/p4src/static-mapping.p4 +++ b/p4src/static-mapping.p4 @@ -344,7 +344,7 @@ control MyIngress(inout headers hdr, controller_debug_table_id(TABLE_NAT46); } if(!v4_networks.apply().hit) { /* routing, egress */ - controller_debug_table_id(TABLE_V4_NETWORKS) + controller_debug_table_id(TABLE_V4_NETWORKS); } } }