Correct typo / rename bug
This commit is contained in:
parent
b12d5d41ee
commit
f52522fe0c
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ control MyIngress(inout headers hdr,
|
||||||
|
|
||||||
v6_networks.apply(); /* egress / routing */
|
v6_networks.apply(); /* egress / routing */
|
||||||
} else if(hdr.ipv4.isValid()) {
|
} else if(hdr.ipv4.isValid()) {
|
||||||
if(nat46.apply().hit) { /* v4->v6 */
|
if(nat46_icmp.apply().hit) { /* v4->v6 */
|
||||||
v6_networks.apply(); /* Now apply v6 egress */
|
v6_networks.apply(); /* Now apply v6 egress */
|
||||||
exit; /* no further v4 processing */
|
exit; /* no further v4 processing */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue