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:
1
debian/openvswitch-switch.init
vendored
1
debian/openvswitch-switch.init
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user