From owner-freebsd-current@FreeBSD.ORG Mon Dec 29 03:10:12 2008 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 CFA231065670 for ; Mon, 29 Dec 2008 03:10:12 +0000 (UTC) (envelope-from michiel@boland.org) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.freebsd.org (Postfix) with ESMTP id 72DCA8FC1C for ; Mon, 29 Dec 2008 03:10:12 +0000 (UTC) (envelope-from michiel@boland.org) Received: from aja.boland.org (91-43-215.ftth.xms.internl.net [82.215.43.91]) (authenticated bits=0) by smtp-vbr4.xs4all.nl (8.13.8/8.13.8) with ESMTP id mBT3A8Rr080485 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 29 Dec 2008 04:10:08 +0100 (CET) (envelope-from michiel@boland.org) Message-ID: <49583F8F.2070406@boland.org> Date: Mon, 29 Dec 2008 04:10:07 +0100 From: Michiel Boland User-Agent: Thunderbird 2.0.0.18 (X11/20081128) MIME-Version: 1.0 To: "Li, Qing" References: <037201c9693e$0c6ba24c$7202020a@internal.cacheflow.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-current@freebsd.org Subject: Re: local ipv6 addresses do not appear in routing table 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: Mon, 29 Dec 2008 03:10:12 -0000 Li, Qing wrote: > Hi Michiel, > > Please apply the patch http://people.freebsd.org/~qingli/in6.c.diff > and let me know how it works out for you. Appears to work, thanks. One point: previously the route reported by netstat would be something like 2a01:3a8:130::1 link#2 UH lo0 but now it's 2a01:3a8:130::1 2a01:3a8:130::1 UH lo0 Minor nit I guess... Cheers Michiel