From owner-freebsd-net@FreeBSD.ORG Fri Dec 15 23:40:33 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F48816A4D1; Fri, 15 Dec 2006 23:40:33 +0000 (UTC) (envelope-from dandee@hellteam.net) Received: from pipa.vshosting.cz (pipa.vshosting.cz [81.0.201.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0163A43CE9; Fri, 15 Dec 2006 23:38:25 +0000 (GMT) (envelope-from dandee@hellteam.net) Received: from localhost (localhost [127.0.0.1]) by pipa.vshosting.cz (Postfix) with ESMTP id C8BA14E70E; Sat, 16 Dec 2006 00:40:09 +0100 (CET) Received: from pipa.vshosting.cz ([127.0.0.1]) by localhost (pipa [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10108-08; Sat, 16 Dec 2006 00:40:04 +0100 (CET) Received: from gandalf (unknown [81.0.245.205]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by pipa.vshosting.cz (Postfix) with ESMTP id 257F74E71C; Sat, 16 Dec 2006 00:40:04 +0100 (CET) From: =?UTF-8?Q?Daniel_Dvo=C5=99=C3=A1k?= To: "'Bruce A. Mah'" , Date: Sat, 16 Dec 2006 00:40:02 +0100 Organization: Projekt HELL Message-ID: <005c01c720a2$573f8580$6508280a@tocnet28.jspoj.czf> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Thread-Index: Accgav79T70h0gZjSie7256tsZ5YBAANxOiQ In-Reply-To: <4582D544.60000@freebsd.org> X-Virus-Scanned: by amavisd-new at pipa.vshosting.cz Cc: freebsd-net@freebsd.org Subject: RE: IPv6 link-local routes disappear in 6.2-RC1 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dandee@hellteam.net List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Dec 2006 23:40:33 -0000 Of course not, because in May and before may and before RC1 it was not = needed at all to have ipv6_enable=3D"YES" to have link-local routes. So what needed ? I do not understand. auto_linklocal or ipv6_enable ? -----Original Message----- From: Bruce A. Mah [mailto:bmah@freebsd.org]=20 Sent: Friday, December 15, 2006 6:03 PM To: gnn@freebsd.org Cc: Daniel Dvo=C5=99=C3=A1k; freebsd-net@freebsd.org Subject: Re: IPv6 link-local routes disappear in 6.2-RC1 If memory serves me right, gnn@freebsd.org wrote: > At Thu, 14 Dec 2006 23:27:53 +0100, > Daniel Dvo=C5=99=C3=A1k wrote: >> Hi all, >> >> =20 >> >> I want back ipv6 link-local routes back, do you know how to do that >> ? I hope this significant change will be in release document for >> 6.2. I did not change rc.conf since release FreeBSD 6.1 in May06. >> >=20 > You need to set >=20 > auto_linklocal=3D"YES" >=20 > in rc.conf Um, are you sure? I thought the idea was that the auto_linklocal script checked ipv6_enable. To the OP: You don't appear to have any other IPv6 interface addresses configured...do you have this line in /etc/rc.conf? ipv6_enable=3D"YES" If not, I'd try adding *that*. Bruce.