From: Vlad Yasevich Date: Wed, 13 Feb 2013 12:00:12 +0000 (+0000) Subject: bridge: Add netlink interface to configure vlans on bridge ports X-Git-Tag: v3.9-rc1~139^2~74^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=407af3299ef1ac7e87ce3fb530e32a009d1a9efd;p=pandora-kernel.git bridge: Add netlink interface to configure vlans on bridge ports Add a netlink interface to add and remove vlan configuration on bridge port. The interface uses the RTM_SETLINK message and encodes the vlan configuration inside the IFLA_AF_SPEC. It is possble to include multiple vlans to either add or remove in a single message. Signed-off-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed