From owner-freebsd-hackers@FreeBSD.ORG Thu Nov 3 04:33:48 2005 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CEB316A41F for ; Thu, 3 Nov 2005 04:33:48 +0000 (GMT) (envelope-from jflemer@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0265143D45 for ; Thu, 3 Nov 2005 04:33:47 +0000 (GMT) (envelope-from jflemer@gmail.com) Received: by wproxy.gmail.com with SMTP id 70so144695wra for ; Wed, 02 Nov 2005 20:33:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EAGlp3pEnR/NoF+mwKp+zgIC5TIsK3SSCYJaM+kcqQTWrWWKwnlBtJfVNuF5dSg/X9MRIv8+SGdWXLcIr+odRCas+gS8x7Kc/eHnMjOYkso6s5kbUgpRtRZrp1s7V4jZlVYBVvFunpkD5L4DejmRpAVEoecZsuipYUKZO6roFMo= Received: by 10.64.185.7 with SMTP id i7mr253120qbf; Wed, 02 Nov 2005 19:34:12 -0800 (PST) Received: by 10.64.131.12 with HTTP; Wed, 2 Nov 2005 19:34:12 -0800 (PST) Message-ID: Date: Wed, 2 Nov 2005 20:34:12 -0700 From: James Flemer To: Brooks Davis In-Reply-To: <20051103001239.GA19590@odin.ac.hmc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051103001239.GA19590@odin.ac.hmc.edu> Cc: hackers@freebsd.org Subject: Re: fix for dhclient+aliases X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 04:33:48 -0000 Speaking of dhclient and aliases. Has anyone sucessfully used the alias { ... } syntax of dhclient.conf after switching dhclients? I used to use the following in my dhclient.conf, but had to comment it out when the OpenBSD dhclient was imported. |alias { | interface "sis1"; | fixed-address 192.168.100.2; | option subnet-mask 255.255.255.0; |} I hope to check out this patch shortly. Thanks. -James On 11/2/05, Brooks Davis wrote: > I've got a proposed fix for dhclient interactions with IPv4 aliases. It > turns out that my speculation that it was driver issues was wrong and > that dhclient with reacting to the aliases themselves. I suspect there > may be issues with some drivers, but that's not the main problem. > > This patch adds a flag which causes dhclient to ignore address changes > that it didn't cause. Does this seem like an acceptable solution? I'd > probably add an rc.conf variable similar to background_dhclient. > > -- Brooks