2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-13 14:07:02 +00:00

Debian: Make ovsdb-server use manager_options column to find managers.

This commit is contained in:
Andrew Evans
2011-02-02 00:05:54 -08:00
parent 0b3e7a8b71
commit bfd0c03968

View File

@@ -240,6 +240,7 @@ case "$1" in
set -- "$@" --detach --no-chdir --pidfile $monitor_opt
set -- "$@" --remote punix:/var/run/openvswitch/db.sock
set -- "$@" --remote db:Open_vSwitch,managers
set -- "$@" --remote db:Open_vSwitch,manager_options
set -- "$@" --private-key=db:SSL,private_key
set -- "$@" --certificate=db:SSL,certificate
set -- "$@" --bootstrap-ca-cert=db:SSL,ca_cert