From owner-freebsd-net@FreeBSD.ORG Thu Aug 24 18:40:12 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DC7116A4DA; Thu, 24 Aug 2006 18:40:12 +0000 (UTC) (envelope-from fli+freebsd-net@shapeshifter.se) Received: from mx1.h3q.net (manticore.shapeshifter.se [212.37.5.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF7D343D45; Thu, 24 Aug 2006 18:40:11 +0000 (GMT) (envelope-from fli+freebsd-net@shapeshifter.se) Received: from localhost (localhost [127.0.0.1]) by mx1.h3q.net (Postfix) with ESMTP id DEEFD1A78D; Thu, 24 Aug 2006 20:40:10 +0200 (CEST) Received: from mx1.h3q.net ([127.0.0.1]) by localhost (mx1.h3q.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 33232-06; Thu, 24 Aug 2006 20:40:10 +0200 (CEST) Received: from [192.168.1.100] (81-233-243-100-no50.tbcn.telia.com [81.233.243.100]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.h3q.net (Postfix) with ESMTP id A52DB1A751; Thu, 24 Aug 2006 20:40:09 +0200 (CEST) Message-ID: <44EDF289.1090309@shapeshifter.se> Date: Thu, 24 Aug 2006 20:40:09 +0200 From: Fredrik Lindberg User-Agent: Thunderbird 1.5.0.4 (X11/20060727) MIME-Version: 1.0 To: Pat Lashley References: <44EA1926.2000501@shapeshifter.se> <9C04919EE684029A410DE208@garrett.local> <44EAC40E.9000904@shapeshifter.se> <3E654CC0217F90E20FCD806E@garrett.local> <44EC90B7.6090908@shapeshifter.se> <44ECB0F2.9040300@FreeBSD.org> <20060823212110.GD27961@lor.one-eyed-alien.net> <20060823221835.GA28978@lor.one-eyed-alien.net> <23D2619F6BACE4E728178EE5@garrett.local> <44ED3BD1.3030206@shapeshifter.se> <44EDA9A5.2050108@shapeshifter.se> <44EDBDD0.4050000@shapeshifter.se> <7CC9AC69410B69EBD31122E4@garrett.local> <44EDDB8C.9090504@shapeshifter.se> <0EC404BA0CA363942D250766@garrett.local> In-Reply-To: <0EC404BA0CA363942D250766@garrett.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at h3q.net Cc: freebsd-net@freebsd.org, Doug Barton Subject: Re: Zeroconfig and Multicast DNS X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2006 18:40:12 -0000 Pat Lashley wrote: > > I think that I'd reverse the default on that. There should normally be > no harm in having an LLA address, as long as we've got the non-LLA > preference stuff working correctly. It is quite likely that the LLA > address would never actually be used; but so what? > I've been thinking about that too, but I'm still not sure. The RFC says that you shouldn't add a LLA address to an interface that already is configured with a routeable address. Configuring LLA via rc.conf should probably be done like DHCP, by using a magic word in the ifconfig_ifX-line. We could have two words, one called LLA that would run in the "forced" mode and another LLA2 (I can't come up a good name) which would run in the RFC compliant way. Fredrik Lindberg