Skip to content

Commit

Permalink
[networking] collect "ip address" with all details
Browse files Browse the repository at this point in the history
Call "ip -d address" to collect all details instead of
"ip address" only.

Resolves: #1084

Signed-off-by: Pavel Moravec <[email protected]>
  • Loading branch information
pmoravec authored and bmr-cymru committed Oct 19, 2017
1 parent c572ed0 commit 66289f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/plugins/networking.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def setup(self):
"ip -4 rule",
"ip -6 rule",
"ip -s -d link",
"ip address",
"ip -d address",
"ifenslave -a",
"ip mroute show",
"ip maddr show",
Expand Down

0 comments on commit 66289f8

Please sign in to comment.