+;
This commit is contained in:
parent
1e95278eb7
commit
1e9ba58148
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ control MyIngress(inout headers hdr,
|
||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
if(hdr.ipv4.isValid()) {
|
if(hdr.ipv4.isValid()) {
|
||||||
nat46.apply() /* v4->v6 */
|
nat46.apply(); /* v4->v6 */
|
||||||
v4_networks.apply(); /* routing, egress */
|
v4_networks.apply(); /* routing, egress */
|
||||||
|
|
||||||
// if(!nat46.apply().hit) { /* v4->v6 */
|
// if(!nat46.apply().hit) { /* v4->v6 */
|
||||||
|
|
Loading…
Reference in a new issue