From 47a84e37613d6441c3460fd4919b59b420d4f1ec Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 30 Oct 2008 16:05:53 -0700 Subject: need sudo before ethtool -S Bugfix 3832 --- templates/show/interfaces/ethernet/node.tag/statistics/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3