Re: [Bridge] [PATCH net-next] bridge: Add netlink support for vlan_protocol attribute

2015-08-28 Thread Nikolay Aleksandrov
> On Aug 28, 2015, at 4:06 AM, Toshiaki Makita > wrote: > > On 15/08/28 (金) 0:48, Nikolay Aleksandrov wrote: >> >>> On Aug 26, 2015, at 11:00 PM, Toshiaki Makita >>> wrote: >>> >>> This enables bridge vlan_protocol to be configured through netlink. >>> >>> When CONFIG_BRIDGE_VLAN_FILTERING

Re: [Bridge] [PATCH net-next] bridge: Add netlink support for vlan_protocol attribute

2015-08-28 Thread Toshiaki Makita
On 15/08/28 (金) 0:48, Nikolay Aleksandrov wrote: On Aug 26, 2015, at 11:00 PM, Toshiaki Makita wrote: This enables bridge vlan_protocol to be configured through netlink. When CONFIG_BRIDGE_VLAN_FILTERING is disabled, kernel behaves the same way as this feature is not implemented. Signed-of

Re: [PATCH net-next] bridge: Add netlink support for vlan_protocol attribute

2015-08-27 Thread Nikolay Aleksandrov
> On Aug 26, 2015, at 11:00 PM, Toshiaki Makita > wrote: > > This enables bridge vlan_protocol to be configured through netlink. > > When CONFIG_BRIDGE_VLAN_FILTERING is disabled, kernel behaves the > same way as this feature is not implemented. > > Signed-off-by: Toshiaki Makita > --- > inc

Re: [PATCH net-next] bridge: Add netlink support for vlan_protocol attribute

2015-08-27 Thread Toshiaki Makita
On 2015/08/27 15:00, Toshiaki Makita wrote: > This enables bridge vlan_protocol to be configured through netlink. > > When CONFIG_BRIDGE_VLAN_FILTERING is disabled, kernel behaves the > same way as this feature is not implemented. > > Signed-off-by: Toshiaki Makita > --- ... > static int br_cha

[PATCH net-next] bridge: Add netlink support for vlan_protocol attribute

2015-08-26 Thread Toshiaki Makita
This enables bridge vlan_protocol to be configured through netlink. When CONFIG_BRIDGE_VLAN_FILTERING is disabled, kernel behaves the same way as this feature is not implemented. Signed-off-by: Toshiaki Makita --- include/uapi/linux/if_link.h | 1 + net/bridge/br_netlink.c | 34 ++