Date: Fri, 20 May 2011 19:12:20 +0000 (UTC) From: Qing Li <qingli@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net if_llatbl.c if_llatbl.h src/sys/netinet in.c in_var.h raw_ip.c src/sys/netinet6 in6.c Message-ID: <201105201912.p4KJCgsN037202@repoman.freebsd.org>
index | next in thread | raw e-mail
qingli 2011-05-20 19:12:20 UTC
FreeBSD src repository
Modified files:
sys/net if_llatbl.c if_llatbl.h
sys/netinet in.c in_var.h raw_ip.c
sys/netinet6 in6.c
Log:
SVN rev 222143 on 2011-05-20 19:12:20Z by qingli
The statically configured (permanent) ARP entries are removed when an
interface is brought down, even though the interface address is still
valid. This patch maintains the permanent ARP entries as long as the
interface address (having the same prefix as that of the ARP entries)
is valid.
Reviewed by: delphij
MFC after: 5 days
Revision Changes Path
1.27 +3 -2 src/sys/net/if_llatbl.c
1.12 +3 -2 src/sys/net/if_llatbl.h
1.170 +24 -16 src/sys/netinet/in.c
1.76 +1 -1 src/sys/netinet/in_var.h
1.235 +8 -1 src/sys/netinet/raw_ip.c
1.136 +8 -2 src/sys/netinet6/in6.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105201912.p4KJCgsN037202>
