From bfd0c0396822199a2b9ee294ea9ce4b59c33087c Mon Sep 17 00:00:00 2001 From: Andrew Evans Date: Wed, 2 Feb 2011 00:05:54 -0800 Subject: [PATCH] Debian: Make ovsdb-server use manager_options column to find managers. --- debian/openvswitch-switch.init | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init index 7361bf6a6..a33636d91 100755 --- a/debian/openvswitch-switch.init +++ b/debian/openvswitch-switch.init @@ -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 -- 2.43.0