aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/networking.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py
index b2c74c10..f39f126b 100644
--- a/sos/plugins/networking.py
+++ b/sos/plugins/networking.py
@@ -91,6 +91,7 @@ class Networking(Plugin):
self.add_cmd_output("ip -o addr", root_symlink="ip_addr")
self.add_cmd_output("route -n", root_symlink="route")
+ self.add_cmd_output("plotnetcfg")
self.collect_iptable("filter")
self.collect_iptable("nat")
self.collect_iptable("mangle")