From 62fbdcc6fca86d21ad5b582a54b3fd1372643363 Mon Sep 17 00:00:00 2001 From: Lee Yarwood Date: Fri, 5 Sep 2014 13:03:46 +0100 Subject: [networking] Collect a list of active network namespaces. Useful in Openstack environments. Fixes #384 Signed-off-by: Lee Yarwood Signed-off-by: Adam Stokes --- sos/plugins/networking.py | 1 + 1 file changed, 1 insertion(+) 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", -- cgit