From owner-freebsd-current@FreeBSD.ORG Thu Sep 1 22:57:16 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 E8C8716A41F for ; Thu, 1 Sep 2005 22:57:16 +0000 (GMT) (envelope-from incmc@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 181BC43D48 for ; Thu, 1 Sep 2005 22:57:15 +0000 (GMT) (envelope-from incmc@gmx.de) Received: (qmail invoked by alias); 01 Sep 2005 22:57:15 -0000 Received: from dsl-084-061-011-192.arcor-ip.net (EHLO ms.homeip.net) [84.61.11.192] by mail.gmx.net (mp031) with SMTP; 02 Sep 2005 00:57:15 +0200 X-Authenticated: #15946415 Received: from p508f5bee.dip.t-dialin.net ([80.143.91.238] helo=nix-rechnername-auspaehen-hier) by ms.homeip.net with esmtpsa (SSLv3:RC4-MD5:128) id 1EAxzk-000ENT-1d; Fri, 02 Sep 2005 00:57:20 +0200 From: Jochen Gensch To: Brooks Davis , freebsd-current@freebsd.org Date: Fri, 2 Sep 2005 00:56:42 +0200 User-Agent: KMail/1.8.2 References: <20050901212645.BE5615D07@ptavv.es.net> <20050901214113.GE4108@odin.ac.hmc.edu> In-Reply-To: <20050901214113.GE4108@odin.ac.hmc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509020056.42733.incmc@gmx.de> X-Y-GMX-Trusted: 0 Cc: Subject: Re: Default route doesn't change to wireless device (ath0) 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, 01 Sep 2005 22:57:17 -0000 Am Donnerstag 01 September 2005 23:41 schrieben Sie: > Right now, we refuse to modify the default route if another interface > has it, but the expected behavior is probably to modify it even if it's > on another interface if that interface is down. Yes, that actually is, what I expected to happen. However fxp0 seems to hold the deault route, even if the cable has been removed. Jochen