From owner-freebsd-mobile@FreeBSD.ORG Mon Jun 16 21:57:51 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA1E337B401 for ; Mon, 16 Jun 2003 21:57:51 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id F04A443F75 for ; Mon, 16 Jun 2003 21:57:50 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h5H4vdkA065220; Mon, 16 Jun 2003 22:57:41 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 16 Jun 2003 22:57:08 -0600 (MDT) Message-Id: <20030616.225708.08322880.imp@bsdimp.com> To: cisbjc@cs.unisa.edu.au From: "M. Warner Losh" In-Reply-To: <3EED1634.30404@cs.unisa.edu.au> References: <20030613.192941.78708305.imp@bsdimp.com> <3EED1634.30404@cs.unisa.edu.au> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-mobile@freebsd.org Subject: Re: multiple DHCP interfaces X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2003 04:57:52 -0000 In message: <3EED1634.30404@cs.unisa.edu.au> Benjamin Close writes: : Is there any likely hood this will change in the future? Not beingable : to do dhcp on more than one interface seems insane. : For example a laptop with a hardwired ethernet card and a wireless card. I'd love to remove it. I don't recall the reasons it was added. It is completely insane when you have, say, a laptop with a wired network built in, which you want to run dhclient on, and you want to run a dhclient on a wireless interface you plug in... Warner