]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd0ad165856cb171cbb26ef5b8ffc50719485491c
tree869dcdbf515ce92de05864799811e47bc1fdb453
parentf329f3b0bd2d873d6ee73dadea4956096647264a
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