From owner-freebsd-net@freebsd.org Wed Oct 21 11:37:58 2020 Return-Path: Delivered-To: freebsd-net@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 54A21449ADB for ; Wed, 21 Oct 2020 11:37:58 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CGT521Z49z4DXG; Wed, 21 Oct 2020 11:37:58 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [5.9.86.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.codepro.be", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: kp) by smtp.freebsd.org (Postfix) with ESMTPSA id F3B462C79C; Wed, 21 Oct 2020 11:37:57 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: by venus.codepro.be (Postfix, authenticated sender kp) id 7AD3F241A4; Wed, 21 Oct 2020 13:37:56 +0200 (CEST) From: "Kristof Provost" To: "Andrea Venturoli" Cc: freebsd-net@freebsd.org Subject: Re: Help with VNET Date: Wed, 21 Oct 2020 13:37:52 +0200 X-Mailer: MailMate (1.13.2r5673) Message-ID: In-Reply-To: <799e33d6-c286-3a06-19e1-af87b541645a@netfence.it> References: <40361B2B-50AD-474B-A5A7-654F5A958FE2@FreeBSD.org> <799e33d6-c286-3a06-19e1-af87b541645a@netfence.it> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed; markup=markdown Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.33 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, 21 Oct 2020 11:37:58 -0000 On 21 Oct 2020, at 13:36, Andrea Venturoli wrote: > On 10/21/20 12:20 PM, Kristof Provost wrote: > >> This is your problem. You can’t bridge over wifi interfaces. >> That’s a limitation of station mode wifi. > > I had the suspect... > Is this documented somewhere? Is this a bug or feature? > That’s inherent to how wifi is designed. It’s arguably a bug, but if so it’s one in the 802.11 spec, not in the implementation. Best regards, Kristof