svn commit: r192282 - head/sys/netinet6

Bjoern A. Zeeb bz at FreeBSD.org
Mon May 18 04:15:08 UTC 2009


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.


More information about the svn-src-head mailing list