From 0b1fae1b73c4c6cfc84edafc6845a17257191e42 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 4 Jan 2010 10:05:51 -0800 Subject: ovsdb-server: Make database connections configurable from database itself. Most importantly this adds a "managers" column to the vswitch database that specifies where the ovsdb-server should connect. --- debian/openvswitch-switch.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/openvswitch-switch.init') diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init index bf71e7df..de8f295d 100755 --- a/debian/openvswitch-switch.init +++ b/debian/openvswitch-switch.init @@ -206,7 +206,7 @@ case "$1" in set -- "$@" --verbose=ANY:console:emer --verbose=ANY:syslog:err set -- "$@" --log-file set -- "$@" --detach --pidfile - set -- "$@" --listen punix:/var/run/ovsdb-server + set -- "$@" --remote punix:/var/run/ovsdb-server set -- "$@" /etc/openvswitch-switch/conf set -- "$@" $OVSDB_SERVER_OPTS echo -n "Starting ovsdb-server: " -- cgit v1.2.3