From: Andrew Evans Date: Wed, 2 Feb 2011 08:05:54 +0000 (-0800) Subject: Debian: Make ovsdb-server use manager_options column to find managers. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfd0c0396822199a2b9ee294ea9ce4b59c33087c;p=openvswitch Debian: Make ovsdb-server use manager_options column to find managers. --- diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init index 7361bf6a..a33636d9 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