Skip to content

Commit 4eb6753

Browse files
Nikolay Aleksandrovdavem330
authored andcommitted
net: bridge: add the multicast_flood flag attribute to brport_attrs
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: b6cb5ac ("net: bridge: add per-port multicast flood flag") Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 5852e93 commit 4eb6753

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/bridge/br_sysfs_if.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ static const struct brport_attribute *brport_attrs[] = {
217217
#endif
218218
&brport_attr_proxyarp,
219219
&brport_attr_proxyarp_wifi,
220+
&brport_attr_multicast_flood,
220221
NULL
221222
};
222223

0 commit comments

Comments
 (0)