]> git.baikalelectronics.ru Git - kernel.git/commit
net: bridge: add the multicast_flood flag attribute to brport_attrs
authorNikolay Aleksandrov <nikolay@cumulusnetworks.com>
Thu, 13 Oct 2016 13:20:52 +0000 (15:20 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Oct 2016 16:16:36 +0000 (12:16 -0400)
commit53c97358be5545a6cd1be602d470c83231ba161f
tree23bb2fa6dbdeab155a2058367bfc30f535146c3c
parentaee969fad67dca3831ab1ae152aa2e06c953420d
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: 6e61a26957f4 ("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>
net/bridge/br_sysfs_if.c