CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/05 05:46:23
Modified files:
sys/netinet : if_ether.c
Log message:
In in_arpinput() replace the loops over the interface addresses
with route lookups. Check wether ARP sender or target protocol
address is a local IP address. Remove the loop that checks wether
any IPv4 address is configured on the receiving interface.
input, test, OK mpi@
