commit | a7854037da006a7472c48773e3190db55217ec9b | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | Fri Aug 07 19:40:45 2015 +0300 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 10 13:36:43 2015 -0700 |
tree | e8a4d43fe4dc2d7c0e32f6022d293c9814edf257 | |
parent | e72ee3ed51542092d83001be6803468e4b91e7be [diff] |
bridge: netlink: add support for vlan_filtering attribute This patch adds the ability to toggle the vlan filtering support via netlink. Since we're already running with rtnl in .changelink() we don't need to take any additional locks. Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>