CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/08/19 04:50:14
Modified files:
sys/netinet : if_ether.c
Log message:
Make arplookup() return a pointer to a "struct rtentry".
This is needed for proper refcounting of rtentries and reduce differences
with nd6_lookup().
Tweak and ok bluhm@
