ovs-bugtool: Add ovs-appctl dpif commands to debug bundle.
authorGurucharan Shetty <gshetty@nicira.com>
Mon, 25 Mar 2013 16:48:55 +0000 (09:48 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Mon, 25 Mar 2013 17:09:23 +0000 (10:09 -0700)
commit740f68d71a7333700e5af6e9761b8643f1d51924
tree4bdb027cc8d8cb6e32e3dbbe14f49ff6e84eb634
parent62182ac9faf844df3ef86ef91118be675c3ae71c
ovs-bugtool: Add ovs-appctl dpif commands to debug bundle.

With single datapath, 'ovs-dpctl dump-flows ' dumps datapath flows for
all the userspace bridges in a system. It can get a little harder
to figure out the datapath flows belonging to a particular userspace
bridge.

This patch adds the 'ovs-appctl dpif/show' and 'ovs-appctl dpif/dump-flows'
output for each userspace bridge. This gives us a summary of configured
datapaths and all datapath flow entries for each bridge separately.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
utilities/bugtool/automake.mk
utilities/bugtool/ovs-bugtool-ovs-appctl-dpif [new file with mode: 0755]
utilities/bugtool/plugins/network-status/openvswitch.xml
xenserver/README