summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2018-05-08 08:30:11 -0700
committerBen Pfaff <blp@ovn.org>2018-05-08 11:34:32 -0700
commitc065e54d85c17ae26af03558bafa253c39e126d4 (patch)
treedf2cc93f707222533fdab22b2fc9bcc65f0a4994 /tutorial
parent6c8d3d69a26a1e45f946ca456975bac93d256519 (diff)
downloadopenvswitch-c065e54d85c17ae26af03558bafa253c39e126d4.tar.gz
ovs-sandbox: Support managers in sandbox.
Until now, ovsdb-server in the sandbox ignored the Managers table. This commit adds support. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Darrell Ball <dlu00998@gmail.com>
Diffstat (limited to 'tutorial')
-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