diff options
-rw-r--r-- | sos/plugins/networking.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py index f2b06a62..b2c74c10 100644 --- a/sos/plugins/networking.py +++ b/sos/plugins/networking.py @@ -184,6 +184,7 @@ class Networking(Plugin): "ethtool -i "+eth, "ethtool -k "+eth, "ethtool -S "+eth, + "ethtool -T "+eth, "ethtool -a "+eth, "ethtool -c "+eth, "ethtool -g "+eth |