]> Pileus Git - ~andy/linux/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)
commit6cbdceeb1cb12c7d620161925a8c3e81daadb2e4
tree81852fee23a380456cce4d2c1bb5ec52c7ff0013
parent407af3299ef1ac7e87ce3fb530e32a009d1a9efd
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