diff --git a/p4src/static-mapping.p4 b/p4src/static-mapping.p4 index a3913ef..629a137 100644 --- a/p4src/static-mapping.p4 +++ b/p4src/static-mapping.p4 @@ -66,7 +66,9 @@ control MyIngress(inout headers hdr, } apply { + if(hdr.ipv6.isValid()) { + v6_addresses.apply(); v6_routing.apply(); } if(hdr.ipv4.isValid()) {