From 5bcf32850919b5e77fcf04d7d3675d38ecdbcd93 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 4 Mar 2019 16:38:45 +0100 Subject: [PATCH] refactor --- 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 35d9d46..203b7fb 100644 --- a/p4src/static-mapping.p4 +++ b/p4src/static-mapping.p4 @@ -188,7 +188,7 @@ control MyIngress(inout headers hdr, v6_networks.apply(); } if(hdr.ipv4.isValid()) { - v4_routing.apply(); + v4_networks.apply(); } } }