aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/networking.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py
index c46a685c..8dfc0e6b 100644
--- a/sos/plugins/networking.py
+++ b/sos/plugins/networking.py
@@ -117,6 +117,7 @@ class Networking(Plugin):
for eth in self.get_eth_interfaces(ip_link_result['output']):
self.add_cmd_output([
"ethtool "+eth,
+ "ethtool -d "+eth,
"ethtool -i "+eth,
"ethtool -k "+eth,
"ethtool -S "+eth,