aboutsummaryrefslogtreecommitdiff
path: root/debian/openvswitch-switch.init
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-01-04 10:05:51 -0800
committerBen Pfaff <blp@nicira.com>2010-01-04 10:05:51 -0800
commit0b1fae1b73c4c6cfc84edafc6845a17257191e42 (patch)
tree33155d81e47b3a12bd4640bc028c3f1fa98fde03 /debian/openvswitch-switch.init
parent4931f33ad9e25eb2df70ff20f1eeb4df813f8b2c (diff)
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.
Diffstat (limited to 'debian/openvswitch-switch.init')
-rwxr-xr-xdebian/openvswitch-switch.init2
1 files changed, 1 insertions, 1 deletions
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: "