From 2b8a7e44c8301bcd1f3908541aaa368d92637704 Mon Sep 17 00:00:00 2001 From: l0crian1 <143656816+l0crian1@users.noreply.github.com> Date: Sun, 30 Mar 2025 15:23:01 -0400 Subject: Update src/op_mode/stp.py Updated language of amRoot to " (This bridge is the root)" Co-authored-by: Christian Breunig --- src/op_mode/stp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/op_mode') diff --git a/src/op_mode/stp.py b/src/op_mode/stp.py index 3e45d2ccf..d20ce516d 100755 --- a/src/op_mode/stp.py +++ b/src/op_mode/stp.py @@ -138,7 +138,7 @@ def show_stp(raw: bool, ifname: typing.Optional[str], detail: bool): bridgeDict = _get_stp_data(ifname, bridges, bridgeStatus) if bridgeDict['bridge_id'][1] == bridgeDict['root_id'][1]: - amRoot = " (This bridge is root)" + amRoot = " (This bridge is the root)" print('-' * 80) print(f"Bridge interface {bridgeDict['bridge_name']} ({bridgeDict['up_state']}):\n") -- cgit v1.2.3