From 3a5299df12d133e923173dbb5a3653afc06848b5 Mon Sep 17 00:00:00 2001 From: Matteo Croce Date: Fri, 2 Mar 2018 17:20:54 +0100 Subject: [openvswitch] verbose tunnel port output Run the command "ovs-appctl tnl/ports/show" with verbose output. Resolves: #1234 Signed-off-by: Matteo Croce Signed-off-by: Bryn M. Reeves --- sos/plugins/openvswitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit