Remove outter if action call

This commit is contained in:
Nico Schottelius 2019-03-27 18:25:56 +01:00
parent 9a5571fc39
commit c551b944f8
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ control MyIngress(inout headers hdr,
hdr.ipv4.protocol = hdr.ipv6.next_header;
if(hdr.ipv6.next_header == PROTO_ICMP6) {
nat64_icmp6();
// nat64_icmp6();
}
hdr.ipv6.setInvalid();