Date: Tue, 12 Jan 2010 00:04:13 +0000 (UTC) From: Qing Li <qingli@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet if_ether.c Message-ID: <201001120004.o0C04dES047824@repoman.freebsd.org>
index | next in thread | raw e-mail
qingli 2010-01-12 00:04:13 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/netinet if_ether.c
Log:
SVN rev 202132 on 2010-01-12 00:04:13Z by qingli
MFC r201544
An existing incomplete ARP entry would expire a subsequent
statically configured entry of the same host. This bug was
due to the expiration timer was not cancelled when installing
the static entry. Since there exist a potential race condition
with respect to timer cancellation, simply check for the
LLE_STATIC bit inside the expiration function instead of
cancelling the active timer.
Revision Changes Path
1.208.2.7 +15 -9 src/sys/netinet/if_ether.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001120004.o0C04dES047824>
