[ovs-git] Open vSwitch: vswitchd: Document coverage/show command. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Mar 25 22:32:25 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  6901e5e22831a78797b90bd1588bb8f3e8fdeac1 (commit)
       via  58fd55c0ebf544a6a031c0542dd6ae2c9a8bd7e1 (commit)
       via  740f68d71a7333700e5af6e9761b8643f1d51924 (commit)
       via  62182ac9faf844df3ef86ef91118be675c3ae71c (commit)
      from  2aef12142500cd9db13d23df7155518cdab2e353 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6901e5e22831a78797b90bd1588bb8f3e8fdeac1
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=6901e5e22831a78797b90bd1588bb8f3e8fdeac1
Author: Gurucharan Shetty <gshetty at nicira.com>
		
vswitchd: Document coverage/show command.
		
coverage/show command documentation is currently missing
from ovs-vswitchd's man page.

Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


commit 58fd55c0ebf544a6a031c0542dd6ae2c9a8bd7e1
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=58fd55c0ebf544a6a031c0542dd6ae2c9a8bd7e1
Author: Gurucharan Shetty <gshetty at nicira.com>
		
xenserver: Add information about some bugtool scripts.
		
The README file in xenserver directory currently misses information
about a few bugtool scripts. Add them.

Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


commit 740f68d71a7333700e5af6e9761b8643f1d51924
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=740f68d71a7333700e5af6e9761b8643f1d51924
Author: Gurucharan Shetty <gshetty at nicira.com>
		
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 at nicira.com>


commit 62182ac9faf844df3ef86ef91118be675c3ae71c
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=62182ac9faf844df3ef86ef91118be675c3ae71c
Author: Gurucharan Shetty <gshetty at nicira.com>
		
ovs-bugtool: Add iptables output for all tables.
		
Currently we list all the rules only from the 'filter' table.
Include the rules from all the other tables too.

Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 manpages.mk                                        |    2 +
 utilities/bugtool/automake.mk                      |    1 +
 ...fctl-dump-flows => ovs-bugtool-ovs-appctl-dpif} |    8 ++++--
 utilities/bugtool/ovs-bugtool.in                   |    3 +-
 .../bugtool/plugins/network-status/openvswitch.xml |    1 +
 vswitchd/ovs-vswitchd.8.in                         |    1 +
 xenserver/README                                   |   23 +++++++++++++++++++-
 7 files changed, 34 insertions(+), 5 deletions(-)
 copy utilities/bugtool/{ovs-bugtool-ovs-ofctl-dump-flows => ovs-bugtool-ovs-appctl-dpif} (77%)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list