From owner-freebsd-current@FreeBSD.ORG Thu Oct 20 19:16:55 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C2DF16A41F; Thu, 20 Oct 2005 19:16:55 +0000 (GMT) (envelope-from tmclaugh@sdf.lonestar.org) Received: from sdf.lonestar.org (mx.freeshell.ORG [192.94.73.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E26343D64; Thu, 20 Oct 2005 19:16:54 +0000 (GMT) (envelope-from tmclaugh@sdf.lonestar.org) Received: from webmail.freeshell.org (IDENT:nobody@mx.freeshell.org [192.94.73.21]) by sdf.lonestar.org (8.13.1/8.12.10) with ESMTP id j9KJGKQT026729; Thu, 20 Oct 2005 19:16:22 GMT Received: from 192.216.27.32 (SquirrelMail authenticated user tmclaugh); by webmail.freeshell.org with HTTP; Thu, 20 Oct 2005 19:16:22 -0000 (UTC) Message-ID: <31871.192.216.27.32.1129835782.squirrel@192.216.27.32> In-Reply-To: <200510201427.53315.mistry.7@osu.edu> References: <41473.192.216.27.32.1129818223.squirrel@192.216.27.32> <200510201115.21750.jhb@freebsd.org> <200510201427.53315.mistry.7@osu.edu> Date: Thu, 20 Oct 2005 19:16:22 -0000 (UTC) From: "Tom McLaughlin" To: "Anish Mistry" User-Agent: SquirrelMail/1.5.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Cc: Tom McLaughlin , freebsd-current@freebsd.org Subject: Re: kern/87506 : [PATCH] Fix alias support on vr interfaces 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: Thu, 20 Oct 2005 19:16:55 -0000 > On Thursday 20 October 2005 11:15 am, John Baldwin wrote: >> On Thursday 20 October 2005 10:23 am, Tom McLaughlin wrote: > I'm also seeing this too along with the following. > > I'm not sure if this is related, but I'm seeing the following on > RELENG_6 and CURRENT, but and older RELENG_5 as of ~2 months ago > doesn't show this problem. > I'm trying to setup my workstation with a normal DHCP'd address > and an alias IP for a jail running on the system, but the alias > setting wipes out all the other addresses on the interface. > in /etc/rc.conf: > ifconfig_rl0="DHCP" > ifconfig_rl0_alias0="inet 192.168.1.10 netmask 255.255.255.255" > > I've checked the rc boot order (on RELENG_6 and CURRENT) and it seems > correct: > netif > dhclient > netif > > I narrowed it down to: > dhclient rl0 > ifconfig rl0 inet 192.168.1.11 netmask 0xffffffff alias > [dhclient prints a message here saying connection closed and exiting] > > All of the other addresses on the card are removed. > I'm also seeing this on dc. So thinking it to be a problem in > ifconfig I copied over the version from my RELENG_5 box, and that did > the same thing...so this seems to be present several of the network > drivers in RELENG_6/CURRENT. > > > > -- > Anish Mistry > Yup, that's exactly how I found the problem. Tom -- | tmclaugh at sdf.lonestar.org tmclaugh at FreeBSD.org | | FreeBSD http://www.FreeBSD.org | | BSD# http://www.mono-project.com/Mono:FreeBSD | | PGP Key http://people.FreeBSD.org/~tmclaugh/TomMclaughlin.asc |