From owner-freebsd-net@FreeBSD.ORG Thu Aug 24 21:52:06 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 5E82F16A4E5; Thu, 24 Aug 2006 21:52:06 +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 62C6343D58; Thu, 24 Aug 2006 21:51:58 +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 86C201A78D; Thu, 24 Aug 2006 23:51:57 +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 35153-03; Thu, 24 Aug 2006 23:51:56 +0200 (CEST) Received: from [192.168.1.100] (217-208-33-252-o926.tbon.telia.com [217.208.33.252]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.h3q.net (Postfix) with ESMTP id 958181A72A; Thu, 24 Aug 2006 23:51:56 +0200 (CEST) Message-ID: <44EE1F7B.5000500@shapeshifter.se> Date: Thu, 24 Aug 2006 23:51:55 +0200 From: Fredrik Lindberg User-Agent: Thunderbird 1.5.0.4 (X11/20060727) MIME-Version: 1.0 To: Pat Lashley References: In-Reply-To: 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 21:52:06 -0000 Pat Lashley wrote: > > The problem with that is that we want to support the use of both on the > same link. So we'd either need to allow more than one keyword, or have > 'DHCP', 'LLA', 'LLA+DHCP', etc. Neither of those is very attractive. I > think it would be cleaner to have something like: The magic words aren't mutually exclusive, they are dealt with individually. They could be named LLA4, LLA4FALLBACK and will work together with the other options (DHCP, WPA, etc). > > ipv4-link-local-always="bge* fxp1" > ipv4-link-local-fallback="fxp0" I find this scheme way too different from how other interface configuration is done. Fredrik Lindberg