From owner-freebsd-hackers@FreeBSD.ORG Wed May 21 08:04:47 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6007A37B401; Wed, 21 May 2003 08:04:47 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAE0343F75; Wed, 21 May 2003 08:04:45 -0700 (PDT) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.6p2/8.12.3) with ESMTP id h4LF4WRE095032; Wed, 21 May 2003 17:04:33 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Wed, 21 May 2003 17:04:32 +0200 (CEST) From: Martin Blapp To: dhcp-client@isc.org In-Reply-To: <20030521141810.C7348@cvs.imp.ch> Message-ID: <20030521170142.Y7348@cvs.imp.ch> References: <20030418132152.X6156@cvs.imp.ch> <20030418144504.B99028@sasami.jurai.net> <20030419011446.J95995@cvs.imp.ch> <20030521024232.P7348@cvs.imp.ch> <20030521010903.GA23471@spc.org> <20030521141810.C7348@cvs.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: hackers@FreeBSD.ORG cc: imp@imp.com cc: "Matthew N. Dodd" Subject: Re: [PATCH] dhclient active interface detection patch X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2003 15:04:47 -0000 Hi, Ok, after looking at it it seems that I missed one part. > > Excellent work. However - we may wish to think about modifying it for > > use wiht 802.11 interfaces. Yesterday I got 4.7-RELEASE working on a > > friend's machine which is now acting as wireless backhaul from a building > > in Bow, East London with an antenna pointed at Hackney; from reboot, > > the machine associates with the AP in Hackney and invokes dhclient > > to get an IP from the AP once associated. I've modified the patch to check all the interfaces for 802.11 support and added a check to do only send packets if the device is associated. It should work in theorie. I'm glad to hear if it works for you, if any of you use FreeBSD and has a 802.11 device around. Martin