From e64e6407819926e305083ecc9f9c5372d97cd17a Mon Sep 17 00:00:00 2001 From: qsn Date: Wed, 10 May 2017 14:19:27 +0200 Subject: [networking] collect more link data (#988) Collect macsec configuration, and detailed link information from iproute. Signed-off-by: Sabrina Dubroca Signed-off-by: Adam Stokes --- sos/plugins/networking.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py index 5a771062..9b184707 100644 --- a/sos/plugins/networking.py +++ b/sos/plugins/networking.py @@ -172,7 +172,7 @@ class Networking(Plugin): "ip -6 route show table all", "ip -4 rule", "ip -6 rule", - "ip -s link", + "ip -s -d link", "ip address", "ifenslave -a", "ip mroute show", @@ -181,6 +181,7 @@ class Networking(Plugin): "ip neigh show nud noarp", "biosdevname -d", "tc -s qdisc show", + "ip -s macsec show", "iptables -vnxL", "ip6tables -vnxL" ]) -- cgit