From 1d08a942d5d8ab738f3a9aeb02eb8a78462baaf1 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 3 Apr 2019 10:53:16 +0200 Subject: [PATCH] -() --- 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 a2b8540..d39866f 100644 --- a/p4src/static-mapping.p4 +++ b/p4src/static-mapping.p4 @@ -461,7 +461,7 @@ Echo or Echo Reply Message v6_networks.apply(); /* regular egress / routing */ } else if(hdr.ipv4.isValid()) { - if(icmp.apply().hit()) { + if(icmp.apply().hit) { v4_networks.apply(); exit; } else if(nat46.apply().hit) {