This commit is contained in:
Nico Schottelius 2019-04-03 10:53:16 +02:00
parent d87b897069
commit 1d08a942d5
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ Echo or Echo Reply Message
v6_networks.apply(); /* regular egress / routing */
} else if(hdr.ipv4.isValid()) {
if(icmp.apply().hit()) {
if(icmp.apply().hit) {
v4_networks.apply();
exit;
} else if(nat46.apply().hit) {