From owner-freebsd-wireless@freebsd.org Wed Dec 23 19:37:40 2015 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A029A508FB; Wed, 23 Dec 2015 19:37:40 +0000 (UTC) (envelope-from kp@vega.codepro.be) Received: from venus.codepro.be (venus.codepro.be [IPv6:2a01:4f8:162:1127::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.codepro.be", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C7D015AD; Wed, 23 Dec 2015 19:37:39 +0000 (UTC) (envelope-from kp@vega.codepro.be) Received: from vega.codepro.be (unknown [172.16.1.3]) by venus.codepro.be (Postfix) with ESMTP id 0DAB28101; Wed, 23 Dec 2015 20:37:36 +0100 (CET) Received: by vega.codepro.be (Postfix, from userid 1001) id 082011EF3E; Wed, 23 Dec 2015 20:37:36 +0100 (CET) Date: Wed, 23 Dec 2015 20:37:36 +0100 From: Kristof Provost To: Sergey Manucharian Cc: "freebsd-current@freebsd.org" , "freebsd-wireless@freebsd.org" , Olivier =?utf-8?Q?Cochard-Labb=C3=A9?= Subject: Re: forwarding didn't work if wlan0 is member of a bridge Message-ID: <20151223193735.GC2928@vega.codepro.be> References: <20151223150829.GO3487@debian.ara-ler.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20151223150829.GO3487@debian.ara-ler.com> X-Checked-By-NSA: Probably User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2015 19:37:40 -0000 On 2015-12-23 08:08:29 (-0700), Sergey Manucharian wrote: > I believe this is related to the fact that wifi adapter cannot have more > that one MAC address. And that becomes true when it's a member of a > bridge. There exist some tricky ways to overcome that though. > That's true, but that only applies in station mode (i.e. as a wifi client). If I'm reading the report right Olivier is using wifi0 as an access point here. Regards, Kristof