Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

op_mode: T6909: Move "show monitoring" and "show zebra" to "show monitoring frr" #4205

Open
wants to merge 1 commit into
base: current
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 59 additions & 3 deletions op-mode-definitions/show-monitoring.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,68 @@
<interfaceDefinition>
<node name="show">
<children>
<leafNode name="monitoring">
<node name="monitoring">
<properties>
<help>Show currently monitored services</help>
</properties>
<command>vtysh -c "show debugging"</command>
</leafNode>
<children>
<node name="frr">
<properties>
<help>Show currently monitored frr services</help>
</properties>
<command>vtysh -c "show debugging"</command>
<children>
<node name="zebra">
<properties>
<help>Show Zebra routing information</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh "show ${@:4}"</command>
<children>
<node name="client">
<properties>
<help>Client information</help>
</properties>
<children>
<node name="summary">
<properties>
<help>Brief Summary</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh "show ${@:4}"</command>
</node>
</children>
</node>
<node name="dplane">
<properties>
<help>Zebra dataplane information</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh "show ${@:4}"</command>
</node>
<node name="router">
<properties>
<help>Zebra Router Information</help>
</properties>
<children>
<node name="table">
<properties>
<help>Table Information about this Zebra Router</help>
</properties>
<children>
<node name="summary">
<properties>
<help>Summary Information</help>
</properties>
<command>${vyos_op_scripts_dir}/vtysh_wrapper.sh "show ${@:4}"</command>
</node>
</children>
</node>
</children>
</node>
</children>
</node>
</children>
</node>
</children>
</node>
</children>
</node>
</interfaceDefinition>
54 changes: 0 additions & 54 deletions op-mode-definitions/show-zebra.xml.in

This file was deleted.

Loading