From e61c077fd2aa4f20bff37164997906f92716473c Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Fri, 11 Jun 2010 10:49:24 -0700 Subject: extension to cmd wrapper. --- scripts/vyatta-cfg-cmd-wrapper | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts') 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=$? -- cgit v1.2.3