Date: Tue, 5 Jan 2010 00:35:46 +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: <201001050036.o050a6Mp062523@repoman.freebsd.org>
index | next in thread | raw e-mail
qingli 2010-01-05 00:35:46 UTC
FreeBSD src repository
Modified files:
sys/netinet if_ether.c
Log:
SVN rev 201544 on 2010-01-05 00:35:46Z by qingli
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.
MFC after: 5 days
Revision Changes Path
1.217 +16 -10 src/sys/netinet/if_ether.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001050036.o050a6Mp062523>
