aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Moravec <pmoravec@redhat.com>2017-08-31 17:56:04 +0200
committerBryn M. Reeves <bmr@redhat.com>2017-10-19 16:39:17 +0100
commit66289f8edf426845891f40bb9cf8efa951a8391a (patch)
treeffb80646a97fa0013857772cf3ae73e5bc4e7586
parentc572ed0914fb26e59410e4a69242a5250a13e79f (diff)
downloadsos-66289f8edf426845891f40bb9cf8efa951a8391a.tar.gz
[networking] collect "ip address" with all details
Call "ip -d address" to collect all details instead of "ip address" only. Resolves: #1084 Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
-rw-r--r--sos/plugins/networking.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py
index 85ad4609..36773557 100644
--- a/sos/plugins/networking.py
+++ b/sos/plugins/networking.py
@@ -173,7 +173,7 @@ class Networking(Plugin):
"ip -4 rule",
"ip -6 rule",
"ip -s -d link",
- "ip address",
+ "ip -d address",
"ifenslave -a",
"ip mroute show",
"ip maddr show",