From d3e4f920cf6a20f8d67ae101e9331cf4a0b0be23 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 23 Feb 2019 18:59:46 +0100 Subject: [PATCH] [p4] apply table --- p4src/static-mapping.p4 | 2 ++ 1 file changed, 2 insertions(+) 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()) {