This commit is contained in:
Nico Schottelius 2019-03-04 16:38:45 +01:00
parent 542b4ddd50
commit 5bcf328509

View file

@ -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();
} }
} }
} }