diff options
author | An-Cheng Huang <ancheng@sydney.vyatta.com> | 2007-10-24 14:39:29 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@sydney.vyatta.com> | 2007-10-24 14:39:29 -0700 |
commit | 2aae206793b87f9d401ad542f4ddaf991e9d290c (patch) | |
tree | baaa5465a44a9aca02266887c2e09940127b7512 /templates/show | |
parent | 64dc8fc25c199ec1ea6cb1d8c6fbaf773cc9cb04 (diff) | |
download | vyatta-op-2aae206793b87f9d401ad542f4ddaf991e9d290c.tar.gz vyatta-op-2aae206793b87f9d401ad542f4ddaf991e9d290c.zip |
add 'show configuration' command
Diffstat (limited to 'templates/show')
-rw-r--r-- | templates/show/configuration/node.def | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/show/configuration/node.def b/templates/show/configuration/node.def new file mode 100644 index 0000000..f98fb25 --- /dev/null +++ b/templates/show/configuration/node.def @@ -0,0 +1,4 @@ +help: Show the current running configuration +run: ${vyatta_sbindir}/xorp_tmpl_tool \ + test ${vyatta_sbindir}/vyatta-output-config.pl + ${vyatta_sbindir}/xorp_tmpl_tool end_loading |