Re: [PATCH iproute2-next] iplink_vlan: add support for VLAN bridge binding flag

2019-04-26 Thread David Ahern
On 4/20/19 4:45 AM, Mike Manning wrote: > This patch adds support for the VLAN bridge binding flag that is > provided in net-next kernel by the series merged by 1ab839281cf7 > ("net-support-binding-vlan-dev-link-state-to-vlan-member-bridge-ports") > > Signed-off-by: Mike Manning > --- > include/

[PATCH iproute2-next] iplink_vlan: add support for VLAN bridge binding flag

2019-04-20 Thread Mike Manning
This patch adds support for the VLAN bridge binding flag that is provided in net-next kernel by the series merged by 1ab839281cf7 ("net-support-binding-vlan-dev-link-state-to-vlan-member-bridge-ports") Signed-off-by: Mike Manning --- include/uapi/linux/if_vlan.h | 9 + ip/iplink_vlan.c