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 23a47e4f..6f3c4268 100644
--- a/sos/plugins/openvswitch.py
+++ b/sos/plugins/openvswitch.py
@@ -106,7 +106,8 @@ class OpenVSwitch(Plugin):
"ovs-ofctl dump-ports %s" % br,
"ovs-ofctl queue-get-config %s" % br,
"ovs-ofctl queue-stats %s" % br,
- "ovs-ofctl show %s" % br
+ "ovs-ofctl show %s" % br,
+ "ovs-appctl fdb/stats-show %s" % br
])
# Flow protocols currently supported