Re: [PATCH net-next 1/3] net: bridge: add stp_mode attribute for STP mode selection
Ido Schimmel <[email protected]>
| Newsgroups | gmane.linux.network.bridge |
|---|---|
| Message-ID | <20260324200051.GA572287__42189.0994113468$1774382873$gmane$org@shredder> |
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(-)