summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-10-30 16:05:53 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-10-30 16:05:53 -0700
commit47a84e37613d6441c3460fd4919b59b420d4f1ec (patch)
tree85f78ab6736b2f74e683d8571a84c207b86b7579
parentb9dfc424e1a5b6041df66cb63aa0d842e4b8a582 (diff)
downloadvyatta-op-47a84e37613d6441c3460fd4919b59b420d4f1ec.tar.gz
vyatta-op-47a84e37613d6441c3460fd4919b59b420d4f1ec.zip
need sudo before ethtool -S
Bugfix 3832
-rw-r--r--templates/show/interfaces/ethernet/node.tag/statistics/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/interfaces/ethernet/node.tag/statistics/node.def b/templates/show/interfaces/ethernet/node.tag/statistics/node.def
index 5414715..6dae4f3 100644
--- a/templates/show/interfaces/ethernet/node.tag/statistics/node.def
+++ b/templates/show/interfaces/ethernet/node.tag/statistics/node.def
@@ -1,3 +1,3 @@
help: Show physical device statistics for specified ethernet interface
allowed: ""
-run: /usr/sbin/ethtool -S "$4"
+run: sudo /usr/sbin/ethtool -S "$4"