verify again
This commit is contained in:
parent
74420d8bbd
commit
29296a30e4
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue