From owner-freebsd-current@FreeBSD.ORG Thu Jul 14 19:31:02 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 4E1EB16A41C; Thu, 14 Jul 2005 19:31:02 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF54943D45; Thu, 14 Jul 2005 19:31:01 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id j6EJUbWi002834; Thu, 14 Jul 2005 12:30:37 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id j6EJUbi2002833; Thu, 14 Jul 2005 12:30:37 -0700 Date: Thu, 14 Jul 2005 12:30:37 -0700 From: Brooks Davis To: Frank Mayhar Message-ID: <20050714193037.GF19351@odin.ac.hmc.edu> References: <20050714182136.071B35D07@ptavv.es.net> <20050714192403.H35071@fledge.watson.org> <20050714185851.GE19351@odin.ac.hmc.edu> <1121368125.83653.12.camel@realtime.exit.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rMWmSaSbD7nr+du9" Content-Disposition: inline In-Reply-To: <1121368125.83653.12.camel@realtime.exit.com> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: freebsd-current@freebsd.org, Robert Watson 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 19:31:02 -0000 --rMWmSaSbD7nr+du9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 14, 2005 at 12:08:45PM -0700, Frank Mayhar wrote: > On Thu, 2005-07-14 at 11:58 -0700, Brooks Davis wrote: > > I'm seeing this as well. I think we're going to need to handle wireless > > and wired interfaces differently since their links work differently. >=20 > I tend to disagree with this view. In general, while wired connections > may often be more persistent than wireless connections, that's not > necessarily always true. It's certainly possible to move a system > between wired connections as well >=20 > I think that it makes more sense for the configuration of the two types > to be the same, anyway, just for consistency. It's the same basic > problem that is being solved, and if the solution for wireless > interfaces is reasonably robust, it should work just fine for wired ones > as well. The problem with attemping to keep them looking the same is that wireless interfaces have more complex state. We're currently trying to paper over that, but it isn't really working. With wired interfaces, you either have a cable with something on it plugged in or you don't (at least until we get 802.1x support). With wireless interfaces, you can change association relativly seamlessly so mapping associate/deassociate to linkup/linkdown as we do now is bogus. In the end, from the user perspective, there should be no visiable difference between wired and wireless interfaces unless you try mucking with the devd config or need to use WPA. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --rMWmSaSbD7nr+du9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFC1r0GXY6L6fI4GtQRAr9gAKDAQsb3pIrVkiI+Z4IDdgYVaU/QoQCaAxSm J44aHgWGtbLyKTO8p7jSr3A= =khrL -----END PGP SIGNATURE----- --rMWmSaSbD7nr+du9--