+;
This commit is contained in:
parent
9ca4d4c8de
commit
f0fc4bcf0e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue