[p4] apply table

This commit is contained in:
Nico Schottelius 2019-02-23 18:59:46 +01:00
parent c4a4e370f0
commit d3e4f920cf
1 changed files with 2 additions and 0 deletions

View File

@ -66,7 +66,9 @@ control MyIngress(inout headers hdr,
}
apply {
if(hdr.ipv6.isValid()) {
v6_addresses.apply();
v6_routing.apply();
}
if(hdr.ipv4.isValid()) {