mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
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>
This commit is contained in:
parent
6c8d3d69a2
commit
c065e54d85
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user