diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-06-05 20:48:32 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-06-05 20:48:32 +0200 |
commit | b9c3925b1f68534b51f4d2f2b239ae7cdd2ef030 (patch) | |
tree | 414ed877c0eb993aea00edbe8b7c6d0294ea25de /templates/show | |
parent | 1c911e9b090638abebb0f91b20e2f42e7ebe2a28 (diff) | |
download | vyatta-op-b9c3925b1f68534b51f4d2f2b239ae7cdd2ef030.tar.gz vyatta-op-b9c3925b1f68534b51f4d2f2b239ae7cdd2ef030.zip |
T684: make the 'run show configuration commands' and the |commands pipe use the new implementation.
Diffstat (limited to 'templates/show')
-rw-r--r-- | templates/show/configuration/commands/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/configuration/commands/node.def b/templates/show/configuration/commands/node.def index a2d55cf..f2e047e 100644 --- a/templates/show/configuration/commands/node.def +++ b/templates/show/configuration/commands/node.def @@ -1,7 +1,7 @@ help: Show running configuration as set commands run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ]; then - ${vyatta_sbindir}/vyatta-config-gen-sets.pl + cli-shell-api showCfg --show-active-only | vyos-config-to-commands else echo Must be an admin user to run this command. fi |