diff options
author | jack9603301 <jack9603301@163.com> | 2022-09-10 21:32:49 +0800 |
---|---|---|
committer | jack9603301 <jack9603301@163.com> | 2023-07-21 13:07:44 +0800 |
commit | a684ab26c5ebdefb13ca870c0bfd5ef60fb9c6fc (patch) | |
tree | 5cfd5bf5a0f5caeb1ee5e95f22f9345acd95a58b /op-mode-definitions/show-bridge.xml.in | |
parent | 6b46a746630288dc8d62af0a411e2079deef8a78 (diff) | |
download | vyos-1x-a684ab26c5ebdefb13ca870c0bfd5ef60fb9c6fc.tar.gz vyos-1x-a684ab26c5ebdefb13ca870c0bfd5ef60fb9c6fc.zip |
T4659: op-mode: Display bridge interface detail
Diffstat (limited to 'op-mode-definitions/show-bridge.xml.in')
-rw-r--r-- | op-mode-definitions/show-bridge.xml.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/op-mode-definitions/show-bridge.xml.in b/op-mode-definitions/show-bridge.xml.in index acf3a00c7..a272ea204 100644 --- a/op-mode-definitions/show-bridge.xml.in +++ b/op-mode-definitions/show-bridge.xml.in @@ -42,6 +42,18 @@ </properties> <command>${vyos_op_scripts_dir}/bridge.py show_fdb --interface=$3</command> </leafNode> + <leafNode name="detail"> + <properties> + <help>Display bridge interface details</help> + </properties> + <command>${vyos_op_scripts_dir}/bridge.py show_detail --interface=$3</command> + </leafNode> + <leafNode name="nexthop-group"> + <properties> + <help>Display bridge interface nexthop-group</help> + </properties> + <command>${vyos_op_scripts_dir}/bridge.py show_detail --nexthop_group --interface=$3</command> + </leafNode> </children> </tagNode> </children> |