summaryrefslogtreecommitdiff
path: root/tutorial/ovs-sandbox
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/ovs-sandbox')
-rwxr-xr-xtutorial/ovs-sandbox4
1 files changed, 3 insertions, 1 deletions
diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox
index feba57893..9505c6c3d 100755
--- a/tutorial/ovs-sandbox
+++ b/tutorial/ovs-sandbox
@@ -390,7 +390,9 @@ if $ovn; then
fi
fi
rungdb $gdb_ovsdb $gdb_ovsdb_ex ovsdb-server --detach --no-chdir --pidfile -vconsole:off --log-file \
- --remote=punix:"$sandbox"/db.sock $ovsdb_server_args
+ --remote=punix:"$sandbox"/db.sock \
+ --remote=db:Open_vSwitch,Open_vSwitch,manager_options \
+ $ovsdb_server_args
if $ovn; then
ovn_start_db() {
local db=$1 model=$2 servers=$3 schema=$4