diff options
author | Lee Yarwood <lyarwood@redhat.com> | 2014-09-05 13:03:46 +0100 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2014-09-05 08:24:32 -0400 |
commit | 62fbdcc6fca86d21ad5b582a54b3fd1372643363 (patch) | |
tree | eed7f43b159c74a85b34150401e48546d8090a29 | |
parent | a6576643b50ad69ec536b0fefadb05301a755a93 (diff) | |
download | sos-62fbdcc6fca86d21ad5b582a54b3fd1372643363.tar.gz |
[networking] Collect a list of active network namespaces.
Useful in Openstack environments.
Fixes #384
Signed-off-by: Lee Yarwood <lee.yarwood@gmail.com>
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
-rw-r--r-- | sos/plugins/networking.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py index c0e57913..d313e184 100644 --- a/sos/plugins/networking.py +++ b/sos/plugins/networking.py @@ -103,6 +103,7 @@ class Networking(Plugin): "ip mroute show", "ip maddr show", "ip neigh show", + "ip netns", "nmcli general status", "nmcli connection show", "nmcli connection show active", |