From owner-freebsd-current@FreeBSD.ORG Sat Sep 13 14:37:06 2003 Return-Path: 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 0B41716A4BF; Sat, 13 Sep 2003 14:37:06 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B3EB43FEC; Sat, 13 Sep 2003 14:37:05 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9/8.12.3) with ESMTP id h8DLawTX057073; Sat, 13 Sep 2003 15:37:03 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 13 Sep 2003 15:36:58 -0600 (MDT) Message-Id: <20030913.153658.43409469.imp@bsdimp.com> To: DougB@freebsd.org From: "M. Warner Losh" In-Reply-To: <20030913142107.V85817@12-234-22-23.pyvrag.nggov.pbz> References: <20030912212606.3d04f3ed.refugee@vt.edu> <20030913.003350.98343503.imp@bsdimp.com> <20030913142107.V85817@12-234-22-23.pyvrag.nggov.pbz> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: refugee@vt.edu cc: freebsd-current@freebsd.org Subject: Re: devd/devctl X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 13 Sep 2003 21:37:06 -0000 In message: <20030913142107.V85817@12-234-22-23.pyvrag.nggov.pbz> Doug Barton writes: : That functionality is being ported back to the vendor, if it hasn't been : already. If we want really cool whizbang features that are more specific : to us, we _should_ be looking at stuff like devd. The trick is definig : which problem space we're addressing at any given moment. :) You can't do it in devd. You must be able to either (a) tell a running dhclient about arrival/departures of interfaces or (b) run multiple dhclients. Make dhclient do one or the other. devd can't help you here until one or the other of these work. Warner