Date: Tue, 6 Oct 2009 19:44:44 +0000 (UTC) From: Qing Li <qingli@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet in.c Message-ID: <200910061945.n96Jj1Oi026281@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
qingli 2009-10-06 19:44:44 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet in.c Log: SVN rev 197811 on 2009-10-06 19:44:44Z by qingli MFC 197695 Previously, if an address alias is configured on an interface, and this address alias has a prefix matching that of another address configured on the same interface, then the ARP entry for the alias is not deleted from the ARP table when that address alias is removed. This patch fixes the aforementioned issue. PR: kern/139113 Reviewed by: bz Approved by: re Revision Changes Path 1.143.2.7 +2 -2 src/sys/netinet/in.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910061945.n96Jj1Oi026281>