From owner-freebsd-current@FreeBSD.ORG Sat Sep 5 19:57:59 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B753106566B for ; Sat, 5 Sep 2009 19:57:59 +0000 (UTC) (envelope-from bw@exodus.desync.com) Received: from exodus.desync.com (exodus.desync.com [IPv6:2607:f178::164]) by mx1.freebsd.org (Postfix) with ESMTP id 480138FC18 for ; Sat, 5 Sep 2009 19:57:59 +0000 (UTC) Received: from exodus.desync.com (localhost [127.0.0.1]) by exodus.desync.com (8.14.3/8.14.3) with ESMTP id n85Jvt7N002639 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 5 Sep 2009 15:57:55 -0400 (EDT) (envelope-from bw@exodus.desync.com) Received: (from bw@localhost) by exodus.desync.com (8.14.3/8.14.2/Submit) id n85Jvrs4002637; Sat, 5 Sep 2009 15:57:53 -0400 (EDT) (envelope-from bw) Date: Sat, 5 Sep 2009 15:57:53 -0400 From: ben wilber To: "Li, Qing" Message-ID: <20090905195753.GA2581@exodus.desync.com> References: <20090905171756.GA2827@exodus.desync.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Angst-Level: High User-Agent: Mutt/1.5.20 (2009-06-14) Cc: FreeBSD CURRENT Mailing List Subject: Re: ipv6 addresses on loopback broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Sep 2009 19:57:59 -0000 On Sat, Sep 05, 2009 at 11:11:08AM -0700, Li, Qing wrote: > > > > It looks like IPv6 addresses bound to loopback interfaces no longer > > work. > > > > Please apply patch > > http://people.freebsd.org/~qingli/qing-ipv6-patch-9-5-1100.diff > > and let me how it works. In the meantime, I will do more testing > on it. Applied to r196870, problem gone. Thanks, bw.