[ovs-dev] [PATCH] INSTALL: Add db name to path in the example.

roampune roampune at gmail.com
Wed Jun 26 22:32:16 UTC 2013


Signed-off-by: roampune <roampune at gmail.com>
---
 INSTALL |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/INSTALL b/INSTALL
index 28bc1a0..9ec4763 100644
--- a/INSTALL
+++ b/INSTALL
@@ -286,10 +286,10 @@ any managers specified in the database itself, and to use the SSL
 configuration in the database:
 
       % ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock \
-                     --remote=db:Open_vSwitch,manager_options \
-                     --private-key=db:SSL,private_key \
-                     --certificate=db:SSL,certificate \
-                     --bootstrap-ca-cert=db:SSL,ca_cert \
+                     --remote=db:Open_vSwitch,Open_vSwitch,manager_options \
+                     --private-key=db:Open_vSwitch,SSL,private_key \
+                     --certificate=db:Open_vSwitch,SSL,certificate \
+                     --bootstrap-ca-cert=db:Open_vSwitch,SSL,ca_cert \
                      --pidfile --detach
 
 (If you built Open vSwitch without SSL support, then omit
-- 
1.7.9.5




More information about the dev mailing list