CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/06 16:45:21
Modified files:
sys/netinet : if_ether.c
Log message:
In in_arpinput() do not make an extra route lookup to check wether
the sender address is a local IP. The arplookup() does this route
lookup anyway, so just check its result.
OK mpi@
