From owner-freebsd-current@FreeBSD.ORG Thu Jul 28 23:32:52 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 1D12316A41F for ; Thu, 28 Jul 2005 23:32:52 +0000 (GMT) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0206243D48 for ; Thu, 28 Jul 2005 23:32:24 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtp (Exim 4.51 (FreeBSD)) id 1DyHrT-000Npw-Py; Thu, 28 Jul 2005 23:32:23 +0000 Received: from [127.0.0.1] (helo=roam.psg.com.psg.com) by roam.psg.com with esmtp (Exim 4.51 (FreeBSD)) id 1DyHrR-000BV6-Sj; Fri, 29 Jul 2005 08:32:21 +0900 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17129.27397.384182.890125@roam.psg.com> Date: Fri, 29 Jul 2005 08:32:21 +0900 To: Jose M Rodriguez References: <42E583F9.3070703@rogers.com> <200507261853.07513.peter@wemm.org> <1242.172.16.0.199.1122429678.squirrel@172.16.0.1> <200507271215.14369.doconnor@gsoft.com.au> <42E6F5EA.7030801@samsco.org> <1122446707.76777.11.camel@orion.redesjm.local> <17128.21489.219385.125683@roam.psg.com> <1122548806.786.7.camel@orion.redesjm.local> Cc: freebsd-current@freebsd.org Subject: Re: dhclient sucks X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 28 Jul 2005 23:32:52 -0000 > OK. But there're still a mayor problem: now we lost and recover IP > settings with media changes, while the standard dhcp behavior is > maintaing IP settings until rebind or timeout. agree that this is a problem. i assume it will be fixed. > Maybe of interest have a rc conf (in rc.conf or in if settings) to > recover the previous DHCP semantics and maintain de daemon running and > the IP unchanged even with madia changes. i am not sure this is HOW to fix the problem. i think state can probably be maintained without saying how to maintain processes. randy