diff options
author | Runar Borge <runar@borge.nu> | 2018-06-09 23:25:58 +0200 |
---|---|---|
committer | Runar Borge <runar@borge.nu> | 2018-06-09 23:25:58 +0200 |
commit | cf6be68abc1d43aa56665b2b7af91615b68ae011 (patch) | |
tree | e4e79971a60a6de11751f583a50ee5801d7fd805 | |
parent | 78b9ce489589b134142ec7f5241bbb7fa9f8c297 (diff) | |
download | vyos-1x-cf6be68abc1d43aa56665b2b7af91615b68ae011.tar.gz vyos-1x-cf6be68abc1d43aa56665b2b7af91615b68ae011.zip |
Migrate away from vyatta-config-gen-sets.pl
-rw-r--r-- | op-mode-definitions/show-configuration.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/show-configuration.xml b/op-mode-definitions/show-configuration.xml index 3fe3cb0dc..0b1507ba4 100644 --- a/op-mode-definitions/show-configuration.xml +++ b/op-mode-definitions/show-configuration.xml @@ -8,7 +8,7 @@ </properties> <!-- no admin check --> <command>cli-shell-api showCfg --show-active-only --show-hide-secrets</command> - + <children> <node name="all"> <properties> @@ -22,7 +22,7 @@ <help> Show running configuration as set commands </help> </properties> <!-- no admin check --> - <command>${vyatta_sbindir}/vyatta-config-gen-sets.pl</command> + <command>cli-shell-api showCfg --show-active-only | vyos-config-to-commands</command> </node> <node name="files"> <properties> |