diff options
author | BryanQuigley <BryanQuigley@Ubuntu.com> | 2013-05-30 12:27:32 -0300 |
---|---|---|
committer | BryanQuigley <BryanQuigley@Ubuntu.com> | 2013-05-30 12:27:32 -0300 |
commit | b030343b974bd4a5f3ec7d75a292294691a5a6f5 (patch) | |
tree | cec314a4248cf16b5cc21d733f9b819642270eef | |
parent | 6b5bbf6b00e7bee0fd7df06ba6879a5462ccf36f (diff) | |
download | sos-b030343b974bd4a5f3ec7d75a292294691a5a6f5.tar.gz |
Update system.py
Typo, IPv6 not IPv8
-rw-r--r-- | sos/plugins/system.py | 2 |
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") |