From owner-freebsd-current@FreeBSD.ORG Sun Dec 28 21:55:02 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 25D791065676 for ; Sun, 28 Dec 2008 21:55:02 +0000 (UTC) (envelope-from michiel@boland.org) Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34]) by mx1.freebsd.org (Postfix) with ESMTP id A43648FC0C for ; Sun, 28 Dec 2008 21:55:01 +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-vbr14.xs4all.nl (8.13.8/8.13.8) with ESMTP id mBSLfuK3031048 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 28 Dec 2008 22:42:02 +0100 (CET) (envelope-from michiel@boland.org) Message-ID: <4957F2A4.9040301@boland.org> Date: Sun, 28 Dec 2008 22:41:56 +0100 From: Michiel Boland User-Agent: Thunderbird 2.0.0.18 (X11/20081128) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Subject: 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: Sun, 28 Dec 2008 21:55:02 -0000 Hi. If I do ifconfig lo0 inet6 2a01:3a8:130::1/128 then the route to 2a01:3a8:130::1 does not appear. Also I cannot ping the address I just created. This worked without problems on older kernels. It appears to have been broken somewhere between nov 23 and dec 21. Cheers Michiel