diff options
author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | 2015-08-07 19:40:45 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-10 23:36:43 +0300 |
commit | a7854037da006a7472c48773e3190db55217ec9b (patch) | |
tree | e8a4d43fe4dc2d7c0e32f6022d293c9814edf257 /include/uapi | |
parent | e72ee3ed51542092d83001be6803468e4b91e7be (diff) | |
download | linux-a7854037da006a7472c48773e3190db55217ec9b.tar.xz |
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>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/if_link.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h index f24ec99a2262..d450be36add2 100644 --- a/include/uapi/linux/if_link.h +++ b/include/uapi/linux/if_link.h @@ -230,6 +230,7 @@ enum { IFLA_BR_AGEING_TIME, IFLA_BR_STP_STATE, IFLA_BR_PRIORITY, + IFLA_BR_VLAN_FILTERING, __IFLA_BR_MAX, }; |