Actually call() the function!
This commit is contained in:
parent
907f677e2d
commit
31c86b2e7c
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ control MyIngress(inout headers hdr,
|
||||||
hdr.ipv4.protocol = hdr.ipv6.next_header;
|
hdr.ipv4.protocol = hdr.ipv6.next_header;
|
||||||
|
|
||||||
if(hdr.ipv6.next_header == PROTO_ICMP6) {
|
if(hdr.ipv6.next_header == PROTO_ICMP6) {
|
||||||
nat64_icmp6;
|
nat64_icmp6();
|
||||||
}
|
}
|
||||||
|
|
||||||
hdr.ipv6.setInvalid();
|
hdr.ipv6.setInvalid();
|
||||||
|
|
Loading…
Reference in a new issue