diff options
-rw-r--r-- | sos/plugins/openvswitch.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/openvswitch.py b/sos/plugins/openvswitch.py index bf39ca53..e22c037a 100644 --- a/sos/plugins/openvswitch.py +++ b/sos/plugins/openvswitch.py @@ -60,7 +60,8 @@ class OpenVSwitch(Plugin): "ovs-appctl fdb/show %s" % br, "ovs-ofctl dump-ports %s" % br, "ovs-ofctl dump-ports-desc %s" % br, - "ovs-ofctl queue-stats %s" % br + "ovs-ofctl queue-stats %s" % br, + "ovs-ofctl queue-get-config %s" % br ]) |