From owner-freebsd-current@FreeBSD.ORG Wed Jun 15 09:41:23 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 E598216A41C for ; Wed, 15 Jun 2005 09:41:23 +0000 (GMT) (envelope-from current@dino.sk) Received: from bsd.dino.sk (bsd.dino.sk [213.215.72.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6322443D53 for ; Wed, 15 Jun 2005 09:41:22 +0000 (GMT) (envelope-from current@dino.sk) Received: from home.dino.sk ([213.215.74.194]) (AUTH: LOGIN milan) by bsd.dino.sk with esmtp; Wed, 15 Jun 2005 11:42:48 +0200 id 000000EB.42AFF818.00005F81 From: Milan Obuch To: freebsd-current@freebsd.org Date: Wed, 15 Jun 2005 11:40:55 +0200 User-Agent: KMail/1.8 References: <20050614205537.D62878@gabby.gsicomp.on.ca> <20050615061009.GA11914@odin.ac.hmc.edu> <20050615.003020.99022728.imp@bsdimp.com> In-Reply-To: <20050615.003020.99022728.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506151140.56908.current@dino.sk> Subject: Re: HEADSUP: OpenBSD dhclient incoming 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: Wed, 15 Jun 2005 09:41:24 -0000 On Wednesday 15 June 2005 08:30, M. Warner Losh wrote: ... > > ifconfig fxp0 1.2.3.4/24 > > will kill dhclient every time for me. > Well, I would consider this a feature, not a bug, and a convenient one. It happens on me from time to time that I have DHCP configured on one interface, then after move to another place I issue 'ifconfig fxp0 ....' and some time after network suddenly stops working due to dhclient running and deleting my manually entered setting. Where there also 'ifconfig fxp0 DHCP' for consistency... I know this could be easily done with some scripting, but I could not resist :) Milan