diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-06-09 14:22:25 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-06-09 14:22:25 -0700 |
commit | b99284b11940944bc0781dfbab9905c3114e4c4a (patch) | |
tree | 0eeccb5675e6820b55155b6591e765558b0ad594 /templates/show/vrrp/summary | |
parent | c643034649db860ab720fb2ee06dde767f5b8031 (diff) | |
download | vyatta-op-b99284b11940944bc0781dfbab9905c3114e4c4a.tar.gz vyatta-op-b99284b11940944bc0781dfbab9905c3114e4c4a.zip |
Fix 3328: operator can't issue "show vrrp"
Diffstat (limited to 'templates/show/vrrp/summary')
-rw-r--r-- | templates/show/vrrp/summary/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/vrrp/summary/node.def b/templates/show/vrrp/summary/node.def index c087165..c039423 100644 --- a/templates/show/vrrp/summary/node.def +++ b/templates/show/vrrp/summary/node.def @@ -1,3 +1,3 @@ help: Show summary of VRRP information -run: /opt/vyatta/sbin/vyatta-show-vrrp.pl "$3" +run: /opt/vyatta/bin/sudo-users/vyatta-show-vrrp.pl "$3" |