aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/openvswitch.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/openvswitch.py b/sos/plugins/openvswitch.py
index 26b558cf..12a77d59 100644
--- a/sos/plugins/openvswitch.py
+++ b/sos/plugins/openvswitch.py
@@ -58,7 +58,8 @@ class OpenVSwitch(Plugin):
"ovs-ofctl show %s" % br,
"ovs-ofctl dump-flows %s" % br,
"ovs-appctl fdb/show %s" % br,
- "ovs-ofctl dump-ports %s" % br
+ "ovs-ofctl dump-ports %s" % br,
+ "ovs-ofctl dump-ports-desc %s" % br
])