Changes between Version 2 and Version 3 of Internal/OpenFlow/WimaxOpenV
- Timestamp:
- Sep 20, 2010, 8:21:33 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/WimaxOpenV
v2 v3 57 57 1. Start the server with this command: 58 58 {{{ 59 ovsdb-server /usr/local/etc/ovs-vswitchd.conf.db --remote=punix:/usr/local/var/run/openvswitch/db.sock -- remote=punix:/usr/local/var/run/openvswitch/db.sock --private-key=db:SSL,private_key --certificate=db:SSL,certificate --bootstrap-ca-cert=db:SSL,ca_cert &59 ovsdb-server /usr/local/etc/ovs-vswitchd.conf.db --remote=punix:/usr/local/var/run/openvswitch/db.sock --private-key=db:SSL,private_key --certificate=db:SSL,certificate --bootstrap-ca-cert=db:SSL,ca_cert & 60 60 }}} 61 61 1. initialize the database using ovs-vsctl (only needs to be done once)