From owner-freebsd-current@FreeBSD.ORG Sat Apr 26 12:27:02 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA4EB106564A; Sat, 26 Apr 2008 12:27:02 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [IPv6:2001:418:1::39]) by mx1.freebsd.org (Postfix) with ESMTP id D3ABB8FC12; Sat, 26 Apr 2008 12:27:02 +0000 (UTC) (envelope-from randy@psg.com) Received: from 50.216.138.210.bn.2iij.net ([210.138.216.50] helo=rmac.psg.com) by rip.psg.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1JpjUc-0002aG-Im; Sat, 26 Apr 2008 12:27:02 +0000 Message-ID: <48131F94.7050002@psg.com> Date: Sat, 26 Apr 2008 21:27:00 +0900 From: Randy Bush User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: John Baldwin References: <480D6667.4020509@errno.com> <20080423142628.GA44288@lor.one-eyed-alien.net> <4812C59D.60806@psg.com> <200804260818.49123.jhb@freebsd.org> In-Reply-To: <200804260818.49123.jhb@freebsd.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, Brooks Davis Subject: Re: HEADSUP: 802.11 vap support merged 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: Sat, 26 Apr 2008 12:27:03 -0000 >> vaps_ath0="wlan0" >> vaps_ath0="wlan1" > Change this to: vaps_ath0="wlan0 wlan1" >> ifconfig_bridge0="192.168.0.1 addm vr1 addm vr2 addm vr3 addm wlan0 >> wlan1 up" > Looks like you need another 'addm' before wlan1 perhaps? thanks! randy