diff options
author | Michael Larson <slioch@slioch.vyatta.com> | 2010-06-11 10:49:24 -0700 |
---|---|---|
committer | Michael Larson <slioch@slioch.vyatta.com> | 2010-06-11 10:49:24 -0700 |
commit | e61c077fd2aa4f20bff37164997906f92716473c (patch) | |
tree | 8ea329d661ea2ba5eb8f677cd97d68c78be65001 /scripts | |
parent | c1877d1acd48dfeba464b33b268107ccca65c5e2 (diff) | |
download | vyatta-cfg-e61c077fd2aa4f20bff37164997906f92716473c.tar.gz vyatta-cfg-e61c077fd2aa4f20bff37164997906f92716473c.zip |
extension to cmd wrapper.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-cfg-cmd-wrapper | 4 |
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=$? |