summaryrefslogtreecommitdiff
path: root/templates/show/configuration/all/node.def
blob: 66de50f3c5fb50cc08ad4ecfc1b3d9a046789e97 (plain)
1
2
3
4
5
6
7
help: Show running configuration (including default values)
run: if [ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/admin" ]; 
     then
        cli-shell-api showCfg --show-show-defaults --show-active-only
     else
        echo Must be an admin user to run this command.
     fi