tell ovsdb-server where the db is
[sliver-openvswitch.git] / planetlab / scripts / sliver-ovs.in
index db6a2a6..162e7f4 100755 (executable)
@@ -102,7 +102,8 @@ function start_db () {
 
     ## run the stuff
     if [ ! -f "$DB_PID_FILE" ]; then
-       ovsdb-server --remote=punix:$DB_SOCKET \
+       ovsdb-server $DB_CONF_FILE \
+           --remote=punix:$DB_SOCKET \
            --remote=db:Open_vSwitch,manager_options \
            --private-key=db:SSL,private_key \
            --certificate=db:SSL,certificate \