aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/networking.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py
index 1c98b755..595f29c4 100644
--- a/sos/plugins/networking.py
+++ b/sos/plugins/networking.py
@@ -137,8 +137,7 @@ class Networking(Plugin):
self.add_forbidden_path("/proc/net/cdp")
self.add_forbidden_path("/sys/net/cdp")
# Dialogic Diva
- self.add_forbidden_path("/proc/net/eicon/di*")
- self.add_forbidden_path("/proc/net/eicon/adapter*/dynamic_l1_down")
+ self.add_forbidden_path("/proc/net/eicon")
self.add_cmd_output("ip -o addr", root_symlink="ip_addr")
self.add_cmd_output("route -n", root_symlink="route")