diff options
author | John Estabrook <jestabro@vyos.io> | 2023-01-18 21:33:40 -0600 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2023-01-20 12:02:04 -0600 |
commit | a90f17396b0eea0b8957be916ca95d721fc5702f (patch) | |
tree | 8f345efdc50347b652dd94b86e1bbe78a387a861 /op-mode-definitions/show-system.xml.in | |
parent | 4b76aaaf1811e6db3990f788038b911c0cc13978 (diff) | |
download | vyos-1x-a90f17396b0eea0b8957be916ca95d721fc5702f.tar.gz vyos-1x-a90f17396b0eea0b8957be916ca95d721fc5702f.zip |
config-mgmt: T4942: add op-mode-definitions
Diffstat (limited to 'op-mode-definitions/show-system.xml.in')
-rw-r--r-- | op-mode-definitions/show-system.xml.in | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/op-mode-definitions/show-system.xml.in b/op-mode-definitions/show-system.xml.in index 4a0e6c3b2..746601f43 100644 --- a/op-mode-definitions/show-system.xml.in +++ b/op-mode-definitions/show-system.xml.in @@ -7,6 +7,42 @@ <help>Show system information</help> </properties> <children> + <node name="commit"> + <properties> + <help>Show commit revision log</help> + </properties> + <command>${vyos_op_scripts_dir}/config_mgmt.py show_commit_log</command> + <children> + <tagNode name="diff"> + <properties> + <help>Show commit revision diff</help> + </properties> + <command>${vyos_op_scripts_dir}/config_mgmt.py show_commit_diff --rev "$5"</command> + </tagNode> + <tagNode name="file"> + <properties> + <help>Show commit revision file</help> + </properties> + <command>${vyos_op_scripts_dir}/config_mgmt.py show_commit_file --rev "$5"</command> + <children> + <tagNode name="compare"> + <properties> + <help>Compare config file revisions</help> + </properties> + <command>${vyos_op_scripts_dir}/config_mgmt.py show_commit_diff --rev "$5" --revb "$7"</command> + <children> + <leafNode name="commands"> + <properties> + <help>Compare config file revision commands</help> + </properties> + <command>${vyos_op_scripts_dir}/config_mgmt.py show_commit_diff --rev "$5" --revb "$7" --commands</command> + </leafNode> + </children> + </tagNode> + </children> + </tagNode> + </children> + </node> <node name="connections"> <properties> <help>Show active network connections on the system</help> |