aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Kiss <zoltan.kiss@linaro.org>2015-07-07 13:54:45 +0100
committerZoltan Kiss <zoltan.kiss@linaro.org>2015-07-09 11:59:46 +0100
commit585b4eeb5659778385a7f558f02a58c3da54c4c6 (patch)
tree91b566c5a668fb630bae5f8bfcb1f823c2ec06a8
parent0107449fddce3205182e503de77486069cb232cc (diff)
INSTALL.ODP: fix typos in example commands
Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org> Reviewed-by: Ciprian Barbu <ciprian.barbu@enea.com> Reported-by: Santosh Shukla <santosh.shukla@linaro.org>
-rw-r--r--INSTALL.ODP.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/INSTALL.ODP.md b/INSTALL.ODP.md
index 7c1dd2b2d..ee9b8a990 100644
--- a/INSTALL.ODP.md
+++ b/INSTALL.ODP.md
@@ -105,10 +105,11 @@ Start ovsdb-server as discussed in INSTALL doc:
start ovsdb-server
cd $OVS_DIR
./ovsdb/ovsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock \
- --remote=db:OpenOpen_vSwitch,manager_options \
+ --remote=db:Open_vSwitch,Open_vSwitch,manager_options \
--private-key=db:Open_vSwitch,SSL,private_key \
- --certificate=dbitch,SSL,certificate \
+ --certificate=db:Open_vSwitch,SSL,certificate \
--bootstrap-ca-cert=db:Open_vSwitch,SSL,ca_cert --pidfile --detach
+
First time after db creation, initialize:
cd $OVS_DIR
./utilities/ovs-vsctl --no-wait init
@@ -135,7 +136,7 @@ Start vswitchd:
e.g.
export DB_SOCK=/usr/local/var/run/openvswitch/db.sock
- ./vswitchd/ovs-vswitch unix:$DB_SOCK --pidfile --detach
+ ./vswitchd/ovs-vswitchd unix:$DB_SOCK --pidfile --detach
To use ovs-vswitchd with ODP, create a bridge with datapath_type
"netdev" in the configuration database. For example: