From b030343b974bd4a5f3ec7d75a292294691a5a6f5 Mon Sep 17 00:00:00 2001 From: BryanQuigley Date: Thu, 30 May 2013 12:27:32 -0300 Subject: Update system.py Typo, IPv6 not IPv8 --- sos/plugins/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit