From aad1bd7eed672e95d9f49b5c492ba59b30c6b68c Mon Sep 17 00:00:00 2001 From: Runar Borge Date: Thu, 7 Jun 2018 23:56:11 +0200 Subject: T689: Convert shwo configuration to new syntax --- op-mode-definitions/show-configuration.xml | 39 ++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 op-mode-definitions/show-configuration.xml diff --git a/op-mode-definitions/show-configuration.xml b/op-mode-definitions/show-configuration.xml new file mode 100644 index 000000000..3fe3cb0dc --- /dev/null +++ b/op-mode-definitions/show-configuration.xml @@ -0,0 +1,39 @@ + + + + + + + Show available saved configurations + + + cli-shell-api showCfg --show-active-only --show-hide-secrets + + + + + Show running configuration (including default values) + + + cli-shell-api showCfg --show-show-defaults --show-active-only --show-hide-secrets + + + + Show running configuration as set commands + + + ${vyatta_sbindir}/vyatta-config-gen-sets.pl + + + + Show available saved configurations + + + ${vyos_op_scripts_dir}/show-configuration-files.sh + + + + + + + -- cgit v1.2.3