From owner-freebsd-current@FreeBSD.ORG Sat Sep 13 18:48:54 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 67EF816A4BF for ; Sat, 13 Sep 2003 18:48:54 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6019843FDF for ; Sat, 13 Sep 2003 18:48:53 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id B2DF265348; Sun, 14 Sep 2003 02:48:51 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 75101-07; Sun, 14 Sep 2003 02:48:51 +0100 (BST) Received: by arginine.spc.org (Postfix, from userid 1078) id 3FEE065344; Sun, 14 Sep 2003 02:48:51 +0100 (BST) Date: Sun, 14 Sep 2003 02:48:51 +0100 From: Bruce M Simpson To: "Brandon S. Allbery KF8NH" Message-ID: <20030914014851.GR67492@spc.org> Mail-Followup-To: Bruce M Simpson , "Brandon S. Allbery KF8NH" , freebsd-current@freebsd.org References: <20030913142107.V85817@12-234-22-23.pyvrag.nggov.pbz> <20030913.153658.43409469.imp@bsdimp.com> <20030913144105.K85817@12-234-22-23.pyvrag.nggov.pbz> <20030913.164927.81895915.imp@bsdimp.com> <1063493960.67003.2.camel@pyanfar.ece.cmu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1063493960.67003.2.camel@pyanfar.ece.cmu.edu> User-Agent: Mutt/1.4.1i Organization: SPC 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: Sun, 14 Sep 2003 01:48:54 -0000 On Sat, Sep 13, 2003 at 06:59:21PM -0400, Brandon S. Allbery KF8NH wrote: > On Sat, 2003-09-13 at 18:49, M. Warner Losh wrote: > > and you cannot tell dhclient that interfaces have arrived. One way for it to tell that this has happened automatically is to get it to listen on a PF_ROUTE socket and check periodically for RTM_IFINFO messages. On another note, if I can sit down and play with it I may be able to get rid of the requirement for BPF from our port/import of isc-dhcp. IP_ONESBCAST means it shouldn't need to use raw sockets or BPF to transmit an undirected broadcast datagram. IP_RECVIFADDR/IP_SENDSRCADDR means it shouldn't need a socket per interface. BMS