From: Giuseppe Lettieri Date: Mon, 17 Sep 2012 09:31:40 +0000 (+0200) Subject: tell ovsdb-server where the db is X-Git-Tag: sliver-openvswitch-1.8.90-0~12 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0b11a59b24569f1f75024def4e167073c632a817;p=sliver-openvswitch.git tell ovsdb-server where the db is --- diff --git a/planetlab/scripts/sliver-ovs.in b/planetlab/scripts/sliver-ovs.in index db6a2a691..162e7f488 100755 --- a/planetlab/scripts/sliver-ovs.in +++ b/planetlab/scripts/sliver-ovs.in @@ -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 \