This commit is contained in:
Nico Schottelius 2019-03-04 16:38:45 +01:00
parent 542b4ddd50
commit 5bcf328509
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ control MyIngress(inout headers hdr,
v6_networks.apply();
}
if(hdr.ipv4.isValid()) {
v4_routing.apply();
v4_networks.apply();
}
}
}