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(); } } }