mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
klish-plugin-infix: Add show bridge stp
This commit is contained in:
@@ -249,6 +249,12 @@
|
||||
/usr/libexec/statd/cli-pretty show-bridge-mdb |pager
|
||||
</ACTION>
|
||||
</COMMAND>
|
||||
<COMMAND name="stp" help="Show spanning tree status">
|
||||
<ACTION sym="script" in="tty" out="tty" interrupt="true">
|
||||
sysrepocfg -d operational -X -f json -x /ietf-interfaces:interfaces | \
|
||||
/usr/libexec/statd/cli-pretty show-bridge-stp |pager
|
||||
</ACTION>
|
||||
</COMMAND>
|
||||
<COMMAND name="vlan" help="Show VLAN table">
|
||||
<ACTION sym="script">bridge -color vlan</ACTION>
|
||||
<SWITCH name="optional" min="0">
|
||||
|
||||
Reference in New Issue
Block a user