From owner-svn-src-head@FreeBSD.ORG Mon May 18 04:15:07 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF9D4106564A; Mon, 18 May 2009 04:15:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [195.88.108.3]) by mx1.freebsd.org (Postfix) with ESMTP id 870818FC18; Mon, 18 May 2009 04:15:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 6F64441C72F; Mon, 18 May 2009 06:15:06 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([195.88.108.3]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id 5cxlGYdiNSRv; Mon, 18 May 2009 06:15:06 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id 0B46F41C729; Mon, 18 May 2009 06:15:06 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id A7F2E4448E6; Mon, 18 May 2009 04:11:47 +0000 (UTC) Date: Mon, 18 May 2009 04:11:47 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Qing Li In-Reply-To: <200905180225.n4I2PjKS046492@svn.freebsd.org> Message-ID: <20090518041023.V72053@maildrop.int.zabbadoz.net> References: <200905180225.n4I2PjKS046492@svn.freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r192282 - head/sys/netinet6 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 04:15:08 -0000 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.