From owner-freebsd-net@FreeBSD.ORG Wed Dec 12 12:43:19 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2890A16A418 for ; Wed, 12 Dec 2007 12:43:19 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.freebsd.org (Postfix) with ESMTP id E460C13C4E9 for ; Wed, 12 Dec 2007 12:43:18 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 73067784F8; Wed, 12 Dec 2007 07:43:18 -0500 (EST) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Wed, 12 Dec 2007 07:43:18 -0500 X-Sasl-enc: 6mL5KuAN0RyZfQER4liHfWipOXTDBOpg+Ipa0cL8mx1X 1197463398 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTP id EA82B41C4; Wed, 12 Dec 2007 07:43:17 -0500 (EST) Message-ID: <475FD764.8090402@FreeBSD.org> Date: Wed, 12 Dec 2007 12:43:16 +0000 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.6 (X11/20070928) MIME-Version: 1.0 To: Randy Bush References: <475F744F.7030003@psg.com> In-Reply-To: <475F744F.7030003@psg.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org, Ian Smith Subject: Re: ifconfig: BRDGADD vr1: Invalid argument X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2007 12:43:19 -0000 My shot from the hip, although I'm pretty much away from this stuff at the moment. Randy Bush wrote: > # ifconfig bridge0 addm ath0 addm vr1 up > ifconfig: BRDGADD ath0: Invalid argument > ath0 is IFT_ETHER, so it should be OK to attach it to the bridge -- although you won't get the 802.11 frames bridged. Could be that for whatever reason, bridge fails to put ath into promiscuous mode. Try turning on the dev.ath.0.debug sysctl taps and/or watch what src/tools/tools/ath/athdebug/athdebug.c does... BMS