Re: [PATCH net-next 1/3] net: bridge: add stp_mode attribute for STP mode selection

From: Ido Schimmel

Date: Tue Mar 24 2026 - 16:02:34 EST


On Tue, Mar 24, 2026 at 11:49:40AM -0700, Andy Roulin wrote:
> include/uapi/linux/if_link.h | 40 ++++++++++++++++++++++++++++++++++++

I forgot that this requires a spec update. See:

Documentation/netlink/specs/rt-link.yaml

But wait at least 24h before posting v2.

> net/bridge/br_device.c | 1 +
> net/bridge/br_netlink.c | 18 +++++++++++++++-
> net/bridge/br_private.h | 1 +
> net/bridge/br_stp_if.c | 17 ++++++++-------
> 5 files changed, 69 insertions(+), 8 deletions(-)