[ovs-dev] [PATCH] INSTALL.Linux: Mention that SSL options require building with SSL support.

Ben Pfaff blp at nicira.com
Thu Apr 14 22:47:12 UTC 2011


Reported-by: Aaron Rosen <arosen at clemson.edu>
---
 AUTHORS       |    1 +
 INSTALL.Linux |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index bc0f3f6..d376e10 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -41,6 +41,7 @@ The following additional people are mentioned in commit logs as having
 provided helpful bug reports or suggestions.
 
 Aaron M. Ucko           ucko at debian.org
+Aaron Rosen             arosen at clemson.edu
 Alex Yip                alex at nicira.com
 Alexey I. Froloff       raorn at altlinux.org
 Brad Hall               brad at nicira.com
diff --git a/INSTALL.Linux b/INSTALL.Linux
index 0872922..8ec82a2 100644
--- a/INSTALL.Linux
+++ b/INSTALL.Linux
@@ -276,6 +276,9 @@ configuration in the database:
                       --bootstrap-ca-cert=db:SSL,ca_cert \
                       --pidfile --detach
 
+(If you built Open vSwitch without SSL support, then omit
+--private-key, --certificate, and --bootstrap-ca-cert.)
+
 Then initialize the database using ovs-vsctl.  This is only
 necessary the first time after you create the database with
 ovsdb-tool (but running it at any time is harmless):
-- 
1.7.1




More information about the dev mailing list