[ovs-git] Open vSwitch: cfm: Cleanup output of ovs-appctl "cfm/show" command. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Sep 30 01:55:09 UTC 2011


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  7593daa2473c464cd179420b9c7f68989044fdee (commit)
       via  a6e198ea4895ce0768afe3bc75239769132c56d2 (commit)
       via  299915eadc559f12d145945436289931a74621b8 (commit)
       via  2e9067c99c864626b6815bd5e6bd6f58c19b3a7b (commit)
       via  5ea61afe521af5ed81cff32726e4cd8d49bf7d50 (commit)
       via  b674c3f9ed45277d57bd2f05ad81ad31858cd672 (commit)
       via  5dab8eced8eeb7faf193e2a96d75b9ee30b4c3eb (commit)
       via  ae75dae3459202bb7ff6031e4a5f0f696f48432f (commit)
       via  7ff2009a9599a4cebeea038764a2d3f13c60f601 (commit)
      from  36ce148c6d2105dc2e485ec169bcc9998ffebf9d (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 7593daa2473c464cd179420b9c7f68989044fdee
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=7593daa2473c464cd179420b9c7f68989044fdee
Author: Justin Pettit <jpettit at nicira.com>
		
cfm: Cleanup output of ovs-appctl "cfm/show" command.
		
When no remote MPIDs were found, the output would print an extra newline.
If multiple remote MPIDs were found, the lines would run together.  This
commit cleans things up a bit by just printing each item on its own line
without any blank lines.


commit a6e198ea4895ce0768afe3bc75239769132c56d2
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a6e198ea4895ce0768afe3bc75239769132c56d2
Author: Justin Pettit <jpettit at nicira.com>
		
ovs-vsctl: Remove "cfm_remote_mpid" from man page.
		
The "cfm_remote_mpid" column is no longer used by the CFM module, so
remove the reference from the ovs-vsctl man page.


commit 299915eadc559f12d145945436289931a74621b8
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=299915eadc559f12d145945436289931a74621b8
Author: Justin Pettit <jpettit at nicira.com>
		
xenserver: Update README to be current.
		


commit 2e9067c99c864626b6815bd5e6bd6f58c19b3a7b
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=2e9067c99c864626b6815bd5e6bd6f58c19b3a7b
Author: Justin Pettit <jpettit at nicira.com>
		
xenserver: Correct location of xen-bugtool plugins.
		
xen-bugtool plugins were stored in "/etc/xensource/bugtool/bugtool-plugins/*",
but xen-bugtool will not traverse deeper than "/etc/xensource/bugtool/*".
This commit corrects the location and makes our plugins run.

signed-off-by: Justin Pettit <jpettit at nicira.com>
acked-by: Ben Pfaff <blp at nicira.com>


commit 5ea61afe521af5ed81cff32726e4cd8d49bf7d50
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=5ea61afe521af5ed81cff32726e4cd8d49bf7d50
Author: Justin Pettit <jpettit at nicira.com>
		
bugtool: Collect "lacp/show" and "cfm/show" information.
		
Feature #7496


commit b674c3f9ed45277d57bd2f05ad81ad31858cd672
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=b674c3f9ed45277d57bd2f05ad81ad31858cd672
Author: Justin Pettit <jpettit at nicira.com>
		
ovs-vswitchd: Document "coverage/log" in man page.
		


commit 5dab8eced8eeb7faf193e2a96d75b9ee30b4c3eb
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=5dab8eced8eeb7faf193e2a96d75b9ee30b4c3eb
Author: Justin Pettit <jpettit at nicira.com>
		
lacp: Make argument to ovs-appctl "lacp/show" command optional.
		
If an argument isn't passed to "lacp/show", it will print information
about all interfaces with LACP enabled.


commit ae75dae3459202bb7ff6031e4a5f0f696f48432f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=ae75dae3459202bb7ff6031e4a5f0f696f48432f
Author: Justin Pettit <jpettit at nicira.com>
		
cfm: Make argument to ovs-appctl "cfm/show" command optional.
		
If an argument isn't passed to "cfm/show", it will print information
about all interfaces with CFM enabled.


commit 7ff2009a9599a4cebeea038764a2d3f13c60f601
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=7ff2009a9599a4cebeea038764a2d3f13c60f601
Author: Justin Pettit <jpettit at nicira.com>
		
ovs-appctl: Print command arguments for "help".
		


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

Summary of changes:
 NEWS                                               |    6 +-
 debian/copyright.in                                |    2 +
 debian/openvswitch-common.install                  |    2 +
 lib/bond.c                                         |   20 ++--
 lib/cfm.c                                          |   49 ++++++----
 lib/coverage.c                                     |    2 +-
 lib/lacp.c                                         |  105 +++++++++++---------
 lib/stress.c                                       |   10 +-
 lib/unixctl.c                                      |   28 +++---
 lib/unixctl.h                                      |    2 +-
 lib/vlog.c                                         |    8 +-
 ofproto/ofproto-dpif.c                             |   12 ++-
 ofproto/ofproto.c                                  |    2 +-
 ovsdb/ovsdb-server.c                               |   10 +-
 tests/test-openflowd.c                             |    2 +-
 utilities/bugtool/automake.mk                      |    2 +
 ...ovs-bugtool-ovsdb-dump => ovs-bugtool-cfm-show} |    2 +-
 ...vs-bugtool-ovsdb-dump => ovs-bugtool-lacp-show} |    2 +-
 .../bugtool/plugins/network-status/openvswitch.xml |    2 +
 utilities/ovs-vsctl.8.in                           |    4 +-
 vswitchd/bridge.c                                  |   10 +-
 vswitchd/ovs-vswitchd.8.in                         |   14 ++-
 vswitchd/ovs-vswitchd.c                            |    2 +-
 xenserver/README                                   |   96 +++++++++++-------
 xenserver/openvswitch-xen.spec                     |    2 +-
 25 files changed, 235 insertions(+), 161 deletions(-)
 copy utilities/bugtool/{ovs-bugtool-ovsdb-dump => ovs-bugtool-cfm-show} (90%)
 copy utilities/bugtool/{ovs-bugtool-ovsdb-dump => ovs-bugtool-lacp-show} (90%)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list