Correct typo / rename bug

This commit is contained in:
Nico Schottelius 2019-03-27 20:11:41 +01:00
parent b12d5d41ee
commit f52522fe0c
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ control MyIngress(inout headers hdr,
v6_networks.apply(); /* egress / routing */
} 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 */
exit; /* no further v4 processing */
}