From 0b11a59b24569f1f75024def4e167073c632a817 Mon Sep 17 00:00:00 2001 From: Giuseppe Lettieri Date: Mon, 17 Sep 2012 11:31:40 +0200 Subject: [PATCH] tell ovsdb-server where the db is --- planetlab/scripts/sliver-ovs.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.43.0