From owner-freebsd-hackers@FreeBSD.ORG Sat Apr 19 16:47:49 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 957A837B401; Sat, 19 Apr 2003 16:47:49 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 335FB43FD7; Sat, 19 Apr 2003 16:47:48 -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 h3JNleVh070931; Sun, 20 Apr 2003 01:47:40 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Sun, 20 Apr 2003 01:47:40 +0200 (CEST) From: Martin Blapp To: hackers@freebsd.org In-Reply-To: <20030418132152.X6156@cvs.imp.ch> Message-ID: <20030420014419.T95995@cvs.imp.ch> References: <20030418132152.X6156@cvs.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: imp@imp.com 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: Sat, 19 Apr 2003 23:47:49 -0000 Hi all, The previous version of the code contained a bug. It only worked for the first interface of a host because state_link() did return too early. I fixed this. I uploaded a fixed patch to the same URL as before. http://people.freebsd.org/~mbr/patches/dhclient-interfacepolling.diff Martin