]> git.baikalelectronics.ru Git - kernel.git/commit
bridge: Dump vlan information from a bridge port
authorVlad Yasevich <vyasevic@redhat.com>
Wed, 13 Feb 2013 12:00:13 +0000 (12:00 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Feb 2013 00:41:46 +0000 (19:41 -0500)
commitcfa8a4bd338aa5138f9c5cca61668021e1c1cc1c
tree81852fee23a380456cce4d2c1bb5ec52c7ff0013
parent6d1fee019f9e7e40cf4ba8426258dcc78e2c0db4
bridge: Dump vlan information from a bridge port

Using the RTM_GETLINK dump the vlan filter list of a given
bridge port.  The information depends on setting the filter
flag similar to how nic VF info is dumped.

Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
include/linux/netdevice.h
include/uapi/linux/rtnetlink.h
net/bridge/br_netlink.c
net/bridge/br_private.h
net/bridge/br_vlan.c
net/core/rtnetlink.c