verify again

This commit is contained in:
Nico Schottelius 2019-03-26 22:16:53 +01:00
parent 74420d8bbd
commit 29296a30e4
1 changed files with 2 additions and 2 deletions

View File

@ -336,8 +336,8 @@ control MyIngress(inout headers hdr,
if(hdr.ipv6.isValid()) {
icmp6.apply(); /* icmp6 echo, icmp6 ndp */
if(nat64.apply().hit) { /* translating */
v4_networks.apply(); /* apply egress */
exit; /* no further v6 processing */
// v4_networks.apply(); /* apply egress */
// exit; /* no further v6 processing */
}
v6_networks.apply(); /* egress / routing */
}