diff options
-rw-r--r-- | sos/plugins/openvswitch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/openvswitch.py b/sos/plugins/openvswitch.py index d4e055f3..6f1b41ac 100644 --- a/sos/plugins/openvswitch.py +++ b/sos/plugins/openvswitch.py @@ -71,7 +71,7 @@ class OpenVSwitch(Plugin): # Capture tnl arp table" "ovs-appctl tnl/arp/show", # Capture a list of listening ports" - "ovs-appctl tnl/ports/show", + "ovs-appctl tnl/ports/show -v", # Capture upcall information "ovs-appctl upcall/show", # Capture DPDK and other parameters |