cvs commit: src/sys/netinet if_ether.c
Gleb Smirnoff
glebius at FreeBSD.org
Thu Mar 22 10:37:53 UTC 2007
glebius 2007-03-22 10:37:53 UTC
FreeBSD src repository
Modified files:
sys/netinet if_ether.c
Log:
Remove global list of all llinfo_arp entries and use a callout per
instance expiry of the ARP entries. Since we no longer abuse the IPv4
radix head lock, we can now enter arp_rtrequest() with a lock held on
an arbitrary rt_entry.
Reviewed by: bms
Revision Changes Path
1.160 +23 -50 src/sys/netinet/if_ether.c
More information about the cvs-src
mailing list