From owner-freebsd-current@FreeBSD.ORG Thu Jul 14 20:48:54 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 1C96916A41C; Thu, 14 Jul 2005 20:48:54 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3F3A43D45; Thu, 14 Jul 2005 20:48:53 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from SMILEY (mail.bitfreak.org [65.75.198.146]) by mail.bitfreak.org (Postfix) with ESMTP id 6D8EB19F52; Thu, 14 Jul 2005 13:51:09 -0700 (PDT) From: "Darren Pilgrim" To: "'Bakul Shah'" , "'Robert Watson'" Date: Thu, 14 Jul 2005 13:48:52 -0700 Message-ID: <002c01c588b5$72661d00$642a15ac@SMILEY> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 In-Reply-To: <200507141914.j6EJEneq070016@gate.bitblocks.com> Importance: Normal Cc: freebsd-current@freebsd.org Subject: RE: Problems with OpenBSD dhclient 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, 14 Jul 2005 20:48:54 -0000 From: Bakul Shah > > To avoid interface flapping perhaps some hysteresis needs to > be introduced in dhclient? If a link up event occurs within > N seconds of a link down event, ignore them both! N may need > to be tunable. Such hysteresis is _not_ needed for > administrative up/down -- when I say `ifconfig ath0 down', I > want it down *now*! It would be better to disconnect association events from link events. If anything, link events should be tied to the radio being turned on or off.