From e982b78f24d1dca3d2bc92a39b8e9fcf35b39a37 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 9 Jan 2021 14:31:48 +0100 Subject: xml: op-mode: add preprocessor support as known from configuration mode --- op-mode-definitions/show-configuration.xml.in | 37 +++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 op-mode-definitions/show-configuration.xml.in (limited to 'op-mode-definitions/show-configuration.xml.in') diff --git a/op-mode-definitions/show-configuration.xml.in b/op-mode-definitions/show-configuration.xml.in new file mode 100644 index 000000000..318942ab0 --- /dev/null +++ b/op-mode-definitions/show-configuration.xml.in @@ -0,0 +1,37 @@ + + + + + + + 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 + + + cli-shell-api showCfg --show-active-only | vyos-config-to-commands + + + + Show available saved configurations + + + ${vyos_op_scripts_dir}/show_configuration_files.sh + + + + + + -- cgit v1.2.3