[ovs-git] Open vSwitch: ovsdb: Use port 6632 as a default port for database connections. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Apr 12 18:17:35 UTC 2010


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  0d11f523a371910cb0ed5549a85836f83a7552c2 (commit)
       via  f39dc942afd5fe241903aada30850a1d96122c8c (commit)
       via  766407ea9011d347d577a3409acb0f8d34cc72e1 (commit)
      from  c6278d208924bb04c41266ddca276712f95533bc (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 0d11f523a371910cb0ed5549a85836f83a7552c2
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=0d11f523a371910cb0ed5549a85836f83a7552c2
Author: Ben Pfaff <blp at nicira.com>
		
ovsdb: Use port 6632 as a default port for database connections.
		
Until now we have required a port number to be specified explicitly for
database connections.  This commit adopts port 6632 as a default.


commit f39dc942afd5fe241903aada30850a1d96122c8c
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=f39dc942afd5fe241903aada30850a1d96122c8c
Author: Ben Pfaff <blp at nicira.com>
		
vconn-stream: Factor out port defaults into public helper functions.
		
These functions will be used elsewhere in an upcoming commit.


commit 766407ea9011d347d577a3409acb0f8d34cc72e1
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=766407ea9011d347d577a3409acb0f8d34cc72e1
Author: Ben Pfaff <blp at nicira.com>
		
stream: Generalize stream_open_block().
		
This change makes it possible to separate opening a stream from blocking on
connection completion.  This avoids some code redundancy in an upcoming
commit.


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

Summary of changes:
 lib/jsonrpc.c          |   22 +++++++++++-
 lib/jsonrpc.h          |   13 +++++++-
 lib/stream.c           |   85 +++++++++++++++++++++++++++++++++++++++++++++--
 lib/stream.h           |   13 +++++++-
 lib/vconn-stream.c     |   48 ++++-----------------------
 ovsdb/SPECS            |    2 +
 ovsdb/jsonrpc-server.c |    2 +-
 ovsdb/ovsdb-client.c   |    4 +-
 tests/test-jsonrpc.c   |    6 ++--
 tests/test-ovsdb.c     |    3 +-
 10 files changed, 142 insertions(+), 56 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list