From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Weinberger Subject: Re: [PATCH 1/1] bridge: remove BR_GROUPFWD_RESTRICTED for arbitrary forwarding of reserved addresses Date: Tue, 02 Oct 2018 17:56:41 +0200 Message-ID: <1694684.hdcNQnb4e4@blindfold> References: <1420505776-26827-1-git-send-email-bernhard.thaler@wvnet.at> <16029249.TkoLblyBmC@blindfold> <09307ccf-02d6-ce63-7030-fcc560e93f23@cumulusnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Ido Schimmel , Stephen Hemminger , Florian Fainelli , bernhard.thaler@wvnet.at, "David S. Miller" , bridge@lists.linux-foundation.org, netdev@vger.kernel.org, David Gstir , roopa@cumulusnetworks.com To: Nikolay Aleksandrov Return-path: Received: from lithops.sigma-star.at ([195.201.40.130]:49598 "EHLO lithops.sigma-star.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728956AbeJBWkv (ORCPT ); Tue, 2 Oct 2018 18:40:51 -0400 In-Reply-To: <09307ccf-02d6-ce63-7030-fcc560e93f23@cumulusnetworks.com> Sender: netdev-owner@vger.kernel.org List-ID: Nikolay, Am Dienstag, 2. Oktober 2018, 16:59:31 CEST schrieb Nikolay Aleksandrov: > Richard please check commit: > commit 5af48b59f35c > Author: Nikolay Aleksandrov > Date: Wed Sep 27 16:12:44 2017 +0300 > > net: bridge: add per-port group_fwd_mask with less restrictions > > We need to be able to transparently forward most link-local frames via > tunnels (e.g. vxlan, qinq). Currently the bridge's group_fwd_mask has a > mask which restricts the forwarding of STP and LACP, but we need to be able > to forward these over tunnels and control that forwarding on a per-port > basis thus add a new per-port group_fwd_mask option which only disallows > mac pause frames to be forwarded (they're always dropped anyway). > The patch does not change the current default situation - all of the others > are still restricted unless configured for forwarding. > We have successfully tested this patch with LACP and STP forwarding over > VxLAN and qinq tunnels. > > Signed-off-by: Nikolay Aleksandrov > Signed-off-by: David S. Miller > > > Will this work for you ? > It's in the bridge since v4.15. Hmm, I *think* this is exactly what I need. To understand it correctly, I have to set per port group_fwd_mask for both slaves of the bridge then it will forward anything (except for PAUSE frames)? Is there a reason why this knob is not documented in Documentation/ABI/testing/sysfs-class-net? Thanks, //richard