mstpd: upgrade 0.1.1 -> 0.2.0

Changelog:
============
- README.md: update IRC channel location
- ctl_socket_server: require root for changing configuration
- mstp: validate admin port path costs
- mstp: do not allow changing Bridge Hello Time
- mstp: do not overflow calculated root path costs
- mstp: increase maxHops limit to 100
- README.md: add packaging status
- README.md: update FID/MSTI limits
- README.md: clarify IVL/SVL and MSTI support in linux
- packet: set socket priority to TC_PRIO_CONTROL
- TCSM: fix infinite recursion for MSTI per-tree ports

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Wang Mingyu
2026-04-09 18:31:59 +08:00
committed by Khem Raj
parent e1f754198e
commit 13f7a66c6d
@@ -6,7 +6,7 @@ SRC_URI = " \
file://bridge-stp \
file://mstpd.service \
"
SRCREV = "d7dd987b101f277bfef8ac71de7c1d962a424e8e"
SRCREV = "8995e5d11ee89f2251734e34cea711bb5a5bb911"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+){2,})"