diff options
author | l0crian1 <ryan.claridge13@gmail.com> | 2025-05-05 12:04:02 -0400 |
---|---|---|
committer | l0crian1 <ryan.claridge13@gmail.com> | 2025-05-05 15:35:32 -0400 |
commit | 7e035196049ff0525b01020ac12689612bdda2cb (patch) | |
tree | fbd2798eb60880f4480c81c1367b45f7ac328ea6 /op-mode-definitions | |
parent | 5d139bb01b1a5a5f19007699545e499524b8cd5f (diff) | |
download | vyos-1x-7e035196049ff0525b01020ac12689612bdda2cb.tar.gz vyos-1x-7e035196049ff0525b01020ac12689612bdda2cb.zip |
Bridge: T7430: Add BPDU Guard and Root Guard support
This will add support for BPDU Guard and Root Guard to the bridge interface.
Verification will come from:
show log spanning-tree
Diffstat (limited to 'op-mode-definitions')
-rwxr-xr-x | op-mode-definitions/show-log.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/op-mode-definitions/show-log.xml.in b/op-mode-definitions/show-log.xml.in index ee2e2bf70..b09d3c68b 100755 --- a/op-mode-definitions/show-log.xml.in +++ b/op-mode-definitions/show-log.xml.in @@ -831,6 +831,12 @@ </properties> <command>journalctl --no-hostname --boot --unit snmpd.service</command> </leafNode> + <leafNode name="spanning-tree"> + <properties> + <help>Show log for Spanning Tree Protocol (STP)</help> + </properties> + <command>journalctl --dmesg --no-hostname --boot --grep='br[0-9].*(stp|bpdu|blocking|disabled|forwarding|listening|root port)'</command> + </leafNode> <node name="ssh"> <properties> <help>Show log for Secure Shell (SSH)</help> |