summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorNikolay Aleksandrov <nikolay@cumulusnetworks.com>2015-08-07 19:40:45 +0300
committerDavid S. Miller <davem@davemloft.net>2015-08-10 13:36:43 -0700
commita7854037da006a7472c48773e3190db55217ec9b (patch)
treee8a4d43fe4dc2d7c0e32f6022d293c9814edf257 /include/uapi/linux
parente72ee3ed51542092d83001be6803468e4b91e7be (diff)
downloadop-kernel-dev-a7854037da006a7472c48773e3190db55217ec9b.zip
op-kernel-dev-a7854037da006a7472c48773e3190db55217ec9b.tar.gz
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/linux')
-rw-r--r--include/uapi/linux/if_link.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h
index f24ec99..d450be3 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,
};
OpenPOWER on IntegriCloud