aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--sos/plugins/networking.py3
2 files changed, 3 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 045ac88d..faf5361a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -25,6 +25,7 @@ Kent Lamb <klamb@redhat.com>
Louis Bouchard <louis.bouchard@canonical.com>
Lukas Zapletal <lzap@redhat.com>
Marc Sauton <msauton@redhat.com>
+Michele Baldessari <michele@acksyn.org>
Navid Sheikhol-Eslami <navid@redhat.com>
Pierre Amadio <pamadio@redhat.com>
Pierre Carrier <pcarrier@redhat.com>
diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py
index ce5b3aa3..27a55b7c 100644
--- a/sos/plugins/networking.py
+++ b/sos/plugins/networking.py
@@ -79,7 +79,8 @@ class Networking(Plugin):
"/etc/network*",
"/etc/NetworkManager/NetworkManager.conf",
"/etc/NetworkManager/system-connections",
- "/etc/dnsmasq*"])
+ "/etc/dnsmasq*",
+ "/sys/class/net/*/flags"])
self.add_forbidden_path("/proc/net/rpc/use-gss-proxy")
self.add_forbidden_path("/proc/net/rpc/*/channel")
self.add_forbidden_path("/proc/net/rpc/*/flush")