[PATCH iproute 0/3] Bridge VLAN support
From: Vlad Yasevich <hidden>
Date: 2013-02-15 20:21:55
This series adds VLAN configuration to the bridge command. With this series, one can specify vlans in FDB entries as well as to configure VLAN configuration on the bridge ports. Vlad Yasevich (3): bridge: Add vlan support to fdb entries bridge: Add vlan configuration support bridge: Update bridge man pages to include vlan command bridge/Makefile | 2 +- bridge/br_common.h | 1 + bridge/bridge.c | 3 +- bridge/fdb.c | 16 +++- bridge/vlan.c | 220 +++++++++++++++++++++++++++++++++++++++++++++ include/libnetlink.h | 2 + include/linux/if_bridge.h | 10 ++ include/linux/neighbour.h | 1 + include/linux/rtnetlink.h | 1 + lib/libnetlink.c | 28 ++++++- man/man8/bridge.8 | 73 +++++++++++++++- 11 files changed, 352 insertions(+), 5 deletions(-) create mode 100644 bridge/vlan.c -- 1.7.7.6