Re: [PATCH net-next v2 2/5] vlan: do not transfer link state in vlan bridge binding mode

2019-04-18 Thread Nikolay Aleksandrov
On 17/04/2019 21:16, Mike Manning wrote: > In vlan bridge binding mode, the link state is no longer transferred > from the lower device. Instead it is set by the bridge module according > to the state of bridge ports that are members of the vlan. > > Signed-off-by: Mike Manning > --- > net/8021q

[PATCH net-next v2 2/5] vlan: do not transfer link state in vlan bridge binding mode

2019-04-17 Thread Mike Manning
In vlan bridge binding mode, the link state is no longer transferred from the lower device. Instead it is set by the bridge module according to the state of bridge ports that are members of the vlan. Signed-off-by: Mike Manning --- net/8021q/vlan.c | 18 ++ net/8021q/vlan_dev