From: David Ahern <dsahern@gmail.com>
To: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>,
netdev@vger.kernel.org
Cc: roopa@cumulusnetworks.com, dsahern@kernel.org
Subject: Re: [PATCH iproute2 net-next] bridge: add support for backup port
Date: Sat, 13 Oct 2018 20:30:59 -0600 [thread overview]
Message-ID: <883b40ac-0d13-daf8-c30e-24c2b25d0b9b@gmail.com> (raw)
In-Reply-To: <20181012114255.17217-1-nikolay@cumulusnetworks.com>
On 10/12/18 5:42 AM, Nikolay Aleksandrov wrote:
> This patch adds support for the new backup port option that can be set
> on a bridge port. If the port's carrier goes down all of the traffic
> gets redirected to the configured backup port. We add the following new
> arguments:
> $ ip link set dev brport type bridge_slave backup_port brport2
> $ ip link set dev brport type bridge_slave nobackup_port
>
> $ bridge link set dev brport backup_port brport2
> $ bridge link set dev brport nobackup_port
>
> The man pages are updated respectively.
> Also 2 minor style adjustments:
> - add missing space to bridge man page's state argument
> - use lower starting case for vlan_tunnel in ip-link man page (to be
> consistent with the rest)
>
> Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
> ---
> bridge/link.c | 26 ++++++++++++++++++++++++++
> ip/iplink_bridge_slave.c | 18 ++++++++++++++++++
> man/man8/bridge.8 | 13 ++++++++++++-
> man/man8/ip-link.8.in | 14 ++++++++++++--
> 4 files changed, 68 insertions(+), 3 deletions(-)
>
applied to iproute2-next. Thanks
prev parent reply other threads:[~2018-10-14 10:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-12 11:42 [PATCH iproute2 net-next] bridge: add support for backup port Nikolay Aleksandrov
2018-10-12 15:40 ` Stephen Hemminger
2018-10-12 16:01 ` Nikolay Aleksandrov
2018-10-14 2:30 ` David Ahern [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=883b40ac-0d13-daf8-c30e-24c2b25d0b9b@gmail.com \
--to=dsahern@gmail.com \
--cc=dsahern@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=nikolay@cumulusnetworks.com \
--cc=roopa@cumulusnetworks.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox