This commit is contained in:
Nico Schottelius 2019-03-25 13:44:31 +01:00
parent 9ca4d4c8de
commit f0fc4bcf0e
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}