[p4] apply table
This commit is contained in:
parent
c4a4e370f0
commit
d3e4f920cf
1 changed files with 2 additions and 0 deletions
|
@ -66,7 +66,9 @@ control MyIngress(inout headers hdr,
|
||||||
}
|
}
|
||||||
|
|
||||||
apply {
|
apply {
|
||||||
|
|
||||||
if(hdr.ipv6.isValid()) {
|
if(hdr.ipv6.isValid()) {
|
||||||
|
v6_addresses.apply();
|
||||||
v6_routing.apply();
|
v6_routing.apply();
|
||||||
}
|
}
|
||||||
if(hdr.ipv4.isValid()) {
|
if(hdr.ipv4.isValid()) {
|
||||||
|
|
Loading…
Reference in a new issue