diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2012-11-29 22:48:12 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2012-11-29 22:48:12 +0000 |
commit | 27be2a9b02bf698a87af98eb3036182e71a9c298 (patch) | |
tree | 4134ef6290cc7b576c2b8d0cea2f85825e868408 | |
parent | 933c110143ecda24d1fd7154886c2e38bc2d5def (diff) | |
download | sos-27be2a9b02bf698a87af98eb3036182e71a9c298.tar.gz |
Fix collection of /proc/net in networking module
-rw-r--r-- | sos/plugins/networking.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py index 7225e8b6..d76024ba 100644 --- a/sos/plugins/networking.py +++ b/sos/plugins/networking.py @@ -62,7 +62,7 @@ class networking(Plugin, RedHatPlugin): def setup(self): self.addCopySpecs([ - "/proc/net", + "/proc/net/", "/etc/nsswitch.conf", "/etc/yp.conf", "/etc/inetd.conf", |