This commit is contained in:
Nico Schottelius 2019-03-25 13:44:31 +01:00
parent 9ca4d4c8de
commit f0fc4bcf0e

View file

@ -344,7 +344,7 @@ control MyIngress(inout headers hdr,
controller_debug_table_id(TABLE_NAT46); controller_debug_table_id(TABLE_NAT46);
} }
if(!v4_networks.apply().hit) { /* routing, egress */ if(!v4_networks.apply().hit) { /* routing, egress */
controller_debug_table_id(TABLE_V4_NETWORKS) controller_debug_table_id(TABLE_V4_NETWORKS);
} }
} }
} }