bridge: Extend br_fill_ifinfo to return MPR status
authorHoratiu Vultur <horatiu.vultur@microchip.com>
Thu, 2 Jul 2020 08:13:07 +0000 (10:13 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Jul 2020 21:19:15 +0000 (14:19 -0700)
commit36a8e8e26542056bbd7eb5e047cadee30587d230
tree4f267dd17de7717c059a33455c76001713d41595
parentdf42ef227dc4fdb7acc8d755e029ed27a2e814f8
bridge: Extend br_fill_ifinfo to return MPR status

This patch extends the function br_fill_ifinfo to return also the MRP
status for each instance on a bridge. It also adds a new filter
RTEXT_FILTER_MRP to return the MRP status only when this is set, not to
interfer with the vlans. The MRP status is return only on the bridge
interfaces.

Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Acked-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/rtnetlink.h
net/bridge/br_netlink.c