]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip: bridge: add support for mst_enabled
authorTobias Waldekranz <tobias@waldekranz.com>
Mon, 24 Jun 2024 13:00:33 +0000 (15:00 +0200)
committerDavid Ahern <dsahern@kernel.org>
Mon, 8 Jul 2024 03:33:53 +0000 (03:33 +0000)
commit60a95a8a2e45f87b2669d31f0cf4d9de50032d5f
treeda861a5ee393cca2e4d2c6aae8e6b21694a37e8f
parent77241a525bdce6630ba1fdfb1c8756fa0cc827d6
ip: bridge: add support for mst_enabled

When enabled, the bridge's legacy per-VLAN STP facility is replaced
with the Multiple Spanning Tree Protocol (MSTP) compatible version.

Signed-off-by: Tobias Waldekranz <tobias@waldekranz.com>
Reviewed-by: Hangbin Liu <liuhangbin@gmail.com>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: David Ahern <dsahern@kernel.org>
ip/iplink_bridge.c
man/man8/ip-link.8.in