-()
This commit is contained in:
parent
d87b897069
commit
1d08a942d5
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ Echo or Echo Reply Message
|
||||||
|
|
||||||
v6_networks.apply(); /* regular egress / routing */
|
v6_networks.apply(); /* regular egress / routing */
|
||||||
} else if(hdr.ipv4.isValid()) {
|
} else if(hdr.ipv4.isValid()) {
|
||||||
if(icmp.apply().hit()) {
|
if(icmp.apply().hit) {
|
||||||
v4_networks.apply();
|
v4_networks.apply();
|
||||||
exit;
|
exit;
|
||||||
} else if(nat46.apply().hit) {
|
} else if(nat46.apply().hit) {
|
||||||
|
|
Loading…
Reference in a new issue