netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] net: bridge: add the multicast_flood flag attribute to brport_attrs
@ 2016-10-13 13:20 Nikolay Aleksandrov
  2016-10-13 16:17 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Nikolay Aleksandrov @ 2016-10-13 13:20 UTC (permalink / raw)
  To: netdev; +Cc: stephen, roopa, davem, Nikolay Aleksandrov

When I added the multicast flood control flag, I also added an attribute
for it for sysfs similar to other flags, but I forgot to add it to
brport_attrs.

Fixes: b6cb5ac8331b ("net: bridge: add per-port multicast flood flag")
Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
---
 net/bridge/br_sysfs_if.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/bridge/br_sysfs_if.c b/net/bridge/br_sysfs_if.c
index e657258e1f2c..8bd569695e76 100644
--- a/net/bridge/br_sysfs_if.c
+++ b/net/bridge/br_sysfs_if.c
@@ -217,6 +217,7 @@ static const struct brport_attribute *brport_attrs[] = {
 #endif
 	&brport_attr_proxyarp,
 	&brport_attr_proxyarp_wifi,
+	&brport_attr_multicast_flood,
 	NULL
 };
 
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net] net: bridge: add the multicast_flood flag attribute to brport_attrs
  2016-10-13 13:20 [PATCH net] net: bridge: add the multicast_flood flag attribute to brport_attrs Nikolay Aleksandrov
@ 2016-10-13 16:17 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-10-13 16:17 UTC (permalink / raw)
  To: nikolay; +Cc: netdev, stephen, roopa

From: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Date: Thu, 13 Oct 2016 15:20:52 +0200

> When I added the multicast flood control flag, I also added an attribute
> for it for sysfs similar to other flags, but I forgot to add it to
> brport_attrs.
> 
> Fixes: b6cb5ac8331b ("net: bridge: add per-port multicast flood flag")
> Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-13 16:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-13 13:20 [PATCH net] net: bridge: add the multicast_flood flag attribute to brport_attrs Nikolay Aleksandrov
2016-10-13 16:17 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).