Re: [PATCH net-next v4 4/4] ip link: proto_down config and display.

2015-07-08 Thread Anuradha Karuppiah
On Wed, Jul 8, 2015 at 6:01 PM, Stephen Hemminger wrote: > On Wed, 8 Jul 2015 14:04:25 -0700 > anurad...@cumulusnetworks.com wrote: > >> From: Anuradha Karuppiah >> >> This patch adds support to set and display the IF_PROTOF_DOWN proto_flag. >> One example user space application setting this fla

Re: [PATCH net-next v4 4/4] ip link: proto_down config and display.

2015-07-08 Thread Stephen Hemminger
On Wed, 8 Jul 2015 14:04:25 -0700 anurad...@cumulusnetworks.com wrote: > From: Anuradha Karuppiah > > This patch adds support to set and display the IF_PROTOF_DOWN proto_flag. > One example user space application setting this flag is a multi-chassis > LAG application to handle split-brain situa

[PATCH net-next v4 4/4] ip link: proto_down config and display.

2015-07-08 Thread anuradhak
From: Anuradha Karuppiah This patch adds support to set and display the IF_PROTOF_DOWN proto_flag. One example user space application setting this flag is a multi-chassis LAG application to handle split-brain situation on peer-link failure. Example: root@net-next:~# ip link set eth1 protodown on