From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH iproute2 net-next] bridge: add support for isolated option Date: Fri, 6 Jul 2018 08:59:59 -0600 Message-ID: References: <20180703124244.6864-1-nikolay@cumulusnetworks.com> <20180703124244.6864-2-nikolay@cumulusnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: roopa@cumulusnetworks.com, dsahern@kernel.org, idosch@mellanox.com, stephen@networkplumber.org To: Nikolay Aleksandrov , netdev@vger.kernel.org Return-path: Received: from mail-pf0-f195.google.com ([209.85.192.195]:44200 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932944AbeGFO71 (ORCPT ); Fri, 6 Jul 2018 10:59:27 -0400 Received: by mail-pf0-f195.google.com with SMTP id j3-v6so8658528pfh.11 for ; Fri, 06 Jul 2018 07:59:27 -0700 (PDT) In-Reply-To: <20180703124244.6864-2-nikolay@cumulusnetworks.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 7/3/18 6:42 AM, Nikolay Aleksandrov wrote: > This patch adds support for the new isolated port option which, if set, > would allow the isolated ports to communicate only with non-isolated > ports and the bridge device. The option can be set via the bridge or ip > link type bridge_slave commands, e.g.: > $ ip link set dev eth0 type bridge_slave isolated on > $ bridge link set dev eth0 isolated on > > Signed-off-by: Nikolay Aleksandrov > --- > bridge/link.c | 11 +++++++++++ > ip/iplink_bridge_slave.c | 9 +++++++++ > man/man8/bridge.8 | 6 ++++++ > man/man8/ip-link.8.in | 6 ++++-- > 4 files changed, 30 insertions(+), 2 deletions(-) > applied to iproute2-next. Thanks