diff options
-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 fa6aeaa2..595dcd9e 100644 --- a/sos/plugins/networking.py +++ b/sos/plugins/networking.py @@ -22,6 +22,7 @@ class Networking(Plugin): plugin_name = "networking" def setup(self): + super(Networking, self).setup() def get_bridge_name(self,brctl_out): """Return a list for which items are bridge name according to the |