Date: Mon, 18 May 2009 04:11:47 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: Qing Li <qingli@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r192282 - head/sys/netinet6 Message-ID: <20090518041023.V72053@maildrop.int.zabbadoz.net> In-Reply-To: <200905180225.n4I2PjKS046492@svn.freebsd.org> References: <200905180225.n4I2PjKS046492@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 18 May 2009, Qing Li wrote: > Author: qingli > Date: Mon May 18 02:25:45 2009 > New Revision: 192282 > URL: http://svn.freebsd.org/changeset/base/192282 > > Log: > This patch resolves the following issues: > > -- A routing socket message is not generated when an IPv6 address is > either inserted or deleted from an interface. The missing routing > message problem was discovered by Randall Stewart and Michael Tuxen > during SCTP testing. > > -- Previously when an IPv6 address is configured on an interface, if the > prefix length is /128, then a host route is instaleld in the kernel > for this address. But this host route is not deleted when that IPv6 > address is removed from the interface. > > -- Routes to the link-local all-nodes multicast address and the > interface-local all-nodes multicast address are not removed when > the last IPv6 address is removed from an interface. > > Reviewed by: bz, gnn I guess that should have been: Discussed with: gnn, rrs, bz, tuexen Tested by: tuexen And thanks a lot for fixing all this! > Modified: > head/sys/netinet6/in6.c -- Bjoern A. Zeeb The greatest risk is not taking one.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090518041023.V72053>