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

2015-08-27 Thread David Miller
From: Toshiaki Makita Date: Thu, 27 Aug 2015 15:32:26 +0900 > 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 > --- > v2:

[PATCH v2 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 --- v2: Fix u16 to __be16 include/uapi/linux/if_link.h | 1 + net/bridge/br_netlink