diff options
author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | 2016-08-31 15:36:52 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-09-01 22:48:33 -0700 |
commit | b6cb5ac8331b6bcfe9ce38c7f7f58db6e1d6270a (patch) | |
tree | 4dccc4a8a0c9e3dd987f97e6474bb0e9532f4b73 /net/bridge/br_sysfs_if.c | |
parent | 8addd5e7d3a5c118a214a7794ae299787198aa25 (diff) | |
download | blackbird-op-linux-b6cb5ac8331b6bcfe9ce38c7f7f58db6e1d6270a.tar.gz blackbird-op-linux-b6cb5ac8331b6bcfe9ce38c7f7f58db6e1d6270a.zip |
net: bridge: add per-port multicast flood flag
Add a per-port flag to control the unknown multicast flood, similar to the
unknown unicast flood flag and break a few long lines in the netlink flag
exports.
Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/br_sysfs_if.c')
-rw-r--r-- | net/bridge/br_sysfs_if.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bridge/br_sysfs_if.c b/net/bridge/br_sysfs_if.c index 1e04d4d44273..e657258e1f2c 100644 --- a/net/bridge/br_sysfs_if.c +++ b/net/bridge/br_sysfs_if.c @@ -171,6 +171,7 @@ BRPORT_ATTR_FLAG(learning, BR_LEARNING); BRPORT_ATTR_FLAG(unicast_flood, BR_FLOOD); BRPORT_ATTR_FLAG(proxyarp, BR_PROXYARP); BRPORT_ATTR_FLAG(proxyarp_wifi, BR_PROXYARP_WIFI); +BRPORT_ATTR_FLAG(multicast_flood, BR_MCAST_FLOOD); #ifdef CONFIG_BRIDGE_IGMP_SNOOPING static ssize_t show_multicast_router(struct net_bridge_port *p, char *buf) |