diff --git a/p4src/static-mapping.p4 b/p4src/static-mapping.p4 index d259643..41178a6 100644 --- a/p4src/static-mapping.p4 +++ b/p4src/static-mapping.p4 @@ -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 */ }