refactor
This commit is contained in:
parent
542b4ddd50
commit
5bcf328509
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ control MyIngress(inout headers hdr,
|
||||||
v6_networks.apply();
|
v6_networks.apply();
|
||||||
}
|
}
|
||||||
if(hdr.ipv4.isValid()) {
|
if(hdr.ipv4.isValid()) {
|
||||||
v4_routing.apply();
|
v4_networks.apply();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue