[ovs-dev] [PATCH 2/4] Debian: Make ovsdb-server use manager_options column to find managers.

Andrew Evans aevans at nicira.com
Wed Feb 2 08:12:02 UTC 2011


---
 debian/openvswitch-switch.init |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init
index 7361bf6..a33636d 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
-- 
1.7.2.3





More information about the dev mailing list