diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2013-05-30 09:09:09 -0700 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2013-05-30 09:09:09 -0700 |
commit | 7304ea8e1e7251232ff555468097dacf6fd58fe0 (patch) | |
tree | cec314a4248cf16b5cc21d733f9b819642270eef | |
parent | 6b5bbf6b00e7bee0fd7df06ba6879a5462ccf36f (diff) | |
parent | b030343b974bd4a5f3ec7d75a292294691a5a6f5 (diff) | |
download | sos-7304ea8e1e7251232ff555468097dacf6fd58fe0.tar.gz |
Merge pull request #151 from BryanQuigley/patch-1
Update system.py, Typo
-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") |