[ovs-git] Open vSwitch: ovs-appctl: Add common commands to man page. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Aug 4 18:16:28 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  264ecd63860eaf705669edac1bdc7292d8da0843 (commit)
       via  d5e1e5ede31ea213d1dea2f865a1b679b7f1bed2 (commit)
       via  55d5bb44cbca6993494b05a374d4f09ec03c9102 (commit)
      from  f180c2e2ccdfc36801685dc487748b570652da68 (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 264ecd63860eaf705669edac1bdc7292d8da0843
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=264ecd63860eaf705669edac1bdc7292d8da0843
Author: Justin Pettit <jpettit at nicira.com>
		
ovs-appctl: Add common commands to man page.
		
The common "help" command was not previously mentioned in the ovs-appctl
man page.  This commit documents both "help" and the new "version"
commands.


commit d5e1e5ede31ea213d1dea2f865a1b679b7f1bed2
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=d5e1e5ede31ea213d1dea2f865a1b679b7f1bed2
Author: Justin Pettit <jpettit at nicira.com>
		
ovs-appctl: Add "version" command to print version of running daemons.
		
When debugging a running system, we occasionally see a mismatch of
different versions because someone forgets to restart one or more
daemons.  Often times, it would be useful to know what's running as
opposed to what's on the current runpath.


commit 55d5bb44cbca6993494b05a374d4f09ec03c9102
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=55d5bb44cbca6993494b05a374d4f09ec03c9102
Author: Justin Pettit <jpettit at nicira.com>
		
util: Introduce get_program_version function.
		
Useful in an upcoming commit.


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

Summary of changes:
 ChangeLog                           |    3 +-
 lib/unixctl.c                       |    8 +++++++
 lib/util.c                          |   35 ++++++++++++++++++++++++------
 lib/util.h                          |   10 ++++----
 ovsdb/ovsdb-client.c                |    2 +-
 ovsdb/ovsdb-server.c                |    2 +-
 ovsdb/ovsdb-tool.c                  |    2 +-
 tests/test-openflowd.c              |    2 +-
 utilities/ovs-appctl.8.in           |   40 ++++++++++++++++++++++------------
 utilities/ovs-appctl.c              |    5 ++-
 utilities/ovs-benchmark.c           |    2 +-
 utilities/ovs-controller.c          |    2 +-
 utilities/ovs-dpctl.c               |    2 +-
 utilities/ovs-ofctl.c               |    2 +-
 utilities/ovs-vlan-bug-workaround.c |    2 +-
 utilities/ovs-vsctl.c               |    2 +-
 vswitchd/ovs-brcompatd.c            |    2 +-
 vswitchd/ovs-vswitchd.c             |    2 +-
 18 files changed, 84 insertions(+), 41 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list