Arp is not IPv4
This commit is contained in:
parent
e0f828fe3e
commit
26605a43e7
3 changed files with 10 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue