aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/system.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/system.py b/sos/plugins/system.py
index a61e4c7c..73c51c32 100644
--- a/sos/plugins/system.py
+++ b/sos/plugins/system.py
@@ -23,7 +23,7 @@ class System(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
def setup(self):
self.add_copy_specs("/proc/sys")
self.add_forbidden_path(
- "/proc/sys/net/ipv8/neigh/*/retrans_time")
+ "/proc/sys/net/ipv6/neigh/*/retrans_time")
self.add_forbidden_path(
"/proc/sys/net/ipv6/neigh/*/base_reachable_time")