This commit is contained in:
Nico Schottelius 2019-03-25 14:00:22 +01:00
parent 1e95278eb7
commit 1e9ba58148
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ control MyIngress(inout headers hdr,
// }
}
if(hdr.ipv4.isValid()) {
nat46.apply() /* v4->v6 */
nat46.apply(); /* v4->v6 */
v4_networks.apply(); /* routing, egress */
// if(!nat46.apply().hit) { /* v4->v6 */