From owner-freebsd-stable@FreeBSD.ORG Tue Feb 13 04:01:04 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 20C6516A400 for ; Tue, 13 Feb 2007 04:01:04 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id EACC913C4A5 for ; Tue, 13 Feb 2007 04:01:03 +0000 (UTC) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id l1D413lO090547 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 12 Feb 2007 20:01:03 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <45D137FE.6080502@errno.com> Date: Mon, 12 Feb 2007 20:01:02 -0800 From: Sam Leffler User-Agent: Thunderbird 1.5.0.9 (X11/20070208) MIME-Version: 1.0 To: Freddie Cash References: <20070212163652.GA51709@lor.one-eyed-alien.net> <20070212175940.GA52751@lor.one-eyed-alien.net> <20070212190659.GA26527@zibbi.meraka.csir.co.za> <200702121147.19322.fcash@ocis.net> In-Reply-To: <200702121147.19322.fcash@ocis.net> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Desired behaviour of "ifconfig -alias" [ath and ifconfig parameter order] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Feb 2007 04:01:04 -0000 Freddie Cash wrote: > On Monday 12 February 2007 11:06 am, John Hay wrote: >> Also with the atheros driver I had problems in the past with some >> parameters that did not like to be on a single commandline. > > At least with the ath(4) driver, it all comes down to the order the > options are written on the commandline. Some options reset the device, > wiping out previous options, so you have to make sure those are set > first. Took me awhile to figure that out, but it is mentioned in the man > page. So can someone actually provide an example? I'm not aware of any interactions within the os. There might be some corner cases in ifconfig due to the way it processes cmdn line parameters. Sam