Skip to content

Commit

Permalink
INSTALL.DPDK: fix a typo in remote line
Browse files Browse the repository at this point in the history
Signed-off-by: Flavio Leitner <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Pritesh Kothari <[email protected]>
  • Loading branch information
fleitner authored and blp committed Jul 2, 2014
1 parent 935cdc9 commit 6ba531a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.DPDK
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ 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 \
--bootstrap-ca-cert=db:Open_vSwitch,SSL,ca_cert --pidfile --detach
Expand Down

0 comments on commit 6ba531a

Please sign in to comment.