Arp is not IPv4

This commit is contained in:
Nico Schottelius 2019-03-31 16:37:21 +02:00
commit 26605a43e7
3 changed files with 10 additions and 1 deletions

View file

@ -430,9 +430,11 @@ Echo or Echo Reply Message
v6_networks.apply();
exit;
}
v4_arp.apply();
v4_networks.apply(); /* regular routing, egress */
}
if(hdr.arp.isValid()) {
v4_arp.apply();
}
}
}