Re: [PATCH iproute2 net-next] bridge: add support for backup port

2018-10-13 Thread David Ahern
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

Re: [PATCH iproute2 net-next] bridge: add support for backup port

2018-10-12 Thread Nikolay Aleksandrov
On October 12, 2018 6:40:28 PM GMT+03:00, Stephen Hemminger wrote: >On Fri, 12 Oct 2018 14:42:55 +0300 >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 redirect

Re: [PATCH iproute2 net-next] bridge: add support for backup port

2018-10-12 Thread Stephen Hemminger
On Fri, 12 Oct 2018 14:42:55 +0300 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: > $

[PATCH iproute2 net-next] bridge: add support for backup port

2018-10-12 Thread Nikolay Aleksandrov
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