aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlavio Leitner <fbl@redhat.com>2016-05-05 13:37:23 -0400
committerBryn M. Reeves <bmr@redhat.com>2016-05-26 18:22:28 +0100
commit85f41579db58385cf98b673f4f4e23af3629d6cd (patch)
tree904666c3205e96383aa4206e38c1a04df107ff9f
parent4087e9e74d8e0a9714d8da4d392215b6bb067eec (diff)
downloadsos-85f41579db58385cf98b673f4f4e23af3629d6cd.tar.gz
[openvswitch] Capture tunnel arp cache
Provide tnl cached ARP table. Signed-off-by: Flavio Leitner <fbl@redhat.com>
-rw-r--r--sos/plugins/openvswitch.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/sos/plugins/openvswitch.py b/sos/plugins/openvswitch.py
index 7905fd14..78b54951 100644
--- a/sos/plugins/openvswitch.py
+++ b/sos/plugins/openvswitch.py
@@ -57,7 +57,9 @@ class OpenVSwitch(Plugin):
# Capture coverage stats"
"ovs-appctl coverage/show",
# Capture cached routes
- "ovs-appctl ovs/route/show"
+ "ovs-appctl ovs/route/show",
+ # Capture tnl arp table"
+ "ovs-appctl tnl/arp/show"
])
# Gather additional output for each OVS bridge on the host.