From 31c86b2e7cb6b6e00aa6cc266caa490dad747ddc Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 27 Mar 2019 13:13:04 +0000 Subject: [PATCH] Actually call() the function! --- p4src/static-mapping.p4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p4src/static-mapping.p4 b/p4src/static-mapping.p4 index b3e543e..100ff92 100644 --- a/p4src/static-mapping.p4 +++ b/p4src/static-mapping.p4 @@ -85,7 +85,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();