Message ID | 20220317065031.3830481-2-mattias.forsblad@gmail.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | bridge: dsa: switchdev: mv88e6xxx: Implement bridge flood flags | expand |
diff --git a/include/net/switchdev.h b/include/net/switchdev.h index 3e424d40fae3..f4c1671c2561 100644 --- a/include/net/switchdev.h +++ b/include/net/switchdev.h @@ -28,6 +28,7 @@ enum switchdev_attr_id { SWITCHDEV_ATTR_ID_BRIDGE_MC_DISABLED, SWITCHDEV_ATTR_ID_BRIDGE_MROUTER, SWITCHDEV_ATTR_ID_MRP_PORT_ROLE, + SWITCHDEV_ATTR_ID_BRIDGE_FLOOD, }; struct switchdev_brport_flags {
This commit adds the local_receive switchdev attribute in preparation for bridge usage. Signed-off-by: Mattias Forsblad <mattias.forsblad@gmail.com> --- include/net/switchdev.h | 1 + 1 file changed, 1 insertion(+)