[ovs-git] Open vSwitch: stream-ssl: Improve messages when configuring SSL if it is unsupported. (master)

dev at openvswitch.org dev at openvswitch.org
Tue May 10 16:17:46 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  bf8f2167fd3107f5513d487a69a6568cf51afd68 (commit)
      from  be55976089659d082834aae58acd1173f10004e7 (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 bf8f2167fd3107f5513d487a69a6568cf51afd68
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=bf8f2167fd3107f5513d487a69a6568cf51afd68
Author: Ben Pfaff <blp at nicira.com>
		
stream-ssl: Improve messages when configuring SSL if it is unsupported.
		
Previously, if --private-key or another option that requires SSL support
was used, but OVS was built without OpenSSL support, then OVS would fail
with an error message that the specified option was not supported.  This
confused users because it made them think that the option had been removed:
    http://openvswitch.org/pipermail/discuss/2011-April/005034.html

This commit improves the error message: OVS will now report that it was
built without SSL support.  This should be make the problem clear to users.

Reported-by: Aaron Rosen <arosen at clemson.edu>
Feature #5325.


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

Summary of changes:
 lib/automake.mk            |    2 +
 lib/stream-nossl.c         |   76 ++++++++++++++++++++++++++++++++++++++++++++
 lib/stream-ssl.h           |   26 ++-------------
 ovsdb/ovsdb-client.c       |    6 +--
 ovsdb/ovsdb-server.c       |    8 -----
 tests/test-jsonrpc.c       |    6 +---
 utilities/ovs-controller.c |    6 +---
 utilities/ovs-ofctl.c      |    2 +-
 utilities/ovs-openflowd.c  |    6 +---
 utilities/ovs-vsctl.c      |    6 +---
 vswitchd/bridge.c          |    4 +-
 vswitchd/ovs-vswitchd.c    |    7 +---
 12 files changed, 92 insertions(+), 63 deletions(-)
 create mode 100644 lib/stream-nossl.c


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list