bridge: Add netlink support for vlan_protocol attribute
authorToshiaki Makita <makita.toshiaki@lab.ntt.co.jp>
Thu, 27 Aug 2015 06:32:26 +0000 (15:32 +0900)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Aug 2015 22:35:33 +0000 (15:35 -0700)
commitd2d427b3927bd7a0348fc7f323d0e291f79a2779
tree869dcdbf515ce92de05864799811e47bc1fdb453
parent9c9a6524b5fdf6cb57c9ff627b7f242a6a4e0b00
bridge: Add netlink support for vlan_protocol attribute

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 <makita.toshiaki@lab.ntt.co.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/if_link.h
net/bridge/br_netlink.c
net/bridge/br_private.h
net/bridge/br_vlan.c