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)
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>

No differences found