summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMichael Larson <slioch@slioch.vyatta.com>2010-06-11 10:49:24 -0700
committerMichael Larson <slioch@slioch.vyatta.com>2010-06-11 10:49:24 -0700
commite61c077fd2aa4f20bff37164997906f92716473c (patch)
tree8ea329d661ea2ba5eb8f677cd97d68c78be65001 /scripts
parentc1877d1acd48dfeba464b33b268107ccca65c5e2 (diff)
downloadvyatta-cfg-e61c077fd2aa4f20bff37164997906f92716473c.tar.gz
vyatta-cfg-e61c077fd2aa4f20bff37164997906f92716473c.zip
extension to cmd wrapper.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vyatta-cfg-cmd-wrapper4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/vyatta-cfg-cmd-wrapper b/scripts/vyatta-cfg-cmd-wrapper
index 4941e37..070b64f 100755
--- a/scripts/vyatta-cfg-cmd-wrapper
+++ b/scripts/vyatta-cfg-cmd-wrapper
@@ -220,6 +220,10 @@ case "$1" in
/opt/vyatta/sbin/vyatta-activate-config.pl activate "${@:2}"
RET_STATUS=$?
;;
+ show)
+ /opt/vyatta/sbin/vyatta-output-config.pl
+ RET_STATUS=$?
+ ;;
comment)
/opt/vyatta/sbin/vyatta-comment-config.pl "${@:2}"
RET_STATUS=$?