diff options
author | Mohit Mehta <mohit@vyatta.com> | 2008-03-10 16:30:32 -0700 |
---|---|---|
committer | Mohit Mehta <mohit@vyatta.com> | 2008-03-10 16:30:32 -0700 |
commit | db11fc06b97704620f3c858f6fe8dc1291b988dc (patch) | |
tree | 15309b5473d0cf32e51284bcb990535a73b396c1 /templates | |
parent | d43ed8b7307b6dc91f7c35c08694dd59474cc5ad (diff) | |
download | vyatta-op-db11fc06b97704620f3c858f6fe8dc1291b988dc.tar.gz vyatta-op-db11fc06b97704620f3c858f6fe8dc1291b988dc.zip |
Fix Bug 2863 "show bridge" prompts for sudo password
- "show bridge" works in operator mode without asking for sudo password
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show/bridge/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/bridge/node.def b/templates/show/bridge/node.def index 69121f6..53327bd 100644 --- a/templates/show/bridge/node.def +++ b/templates/show/bridge/node.def @@ -1,2 +1,2 @@ help: "Show bridging information" -run: brctl show +run: /usr/sbin/brctl show |