summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/openvswitch/ChangeLog6
-rw-r--r--net-misc/openvswitch/files/ovsdb-server_conf22
2 files changed, 6 insertions, 2 deletions
diff --git a/net-misc/openvswitch/ChangeLog b/net-misc/openvswitch/ChangeLog
index 530b7711891e..edc3ff5a4d66 100644
--- a/net-misc/openvswitch/ChangeLog
+++ b/net-misc/openvswitch/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/openvswitch
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/ChangeLog,v 1.18 2013/12/11 03:05:13 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/ChangeLog,v 1.19 2013/12/11 03:44:39 prometheanfire Exp $
+
+ 11 Dec 2013; Matthew Thode <prometheanfire@gentoo.org>
+ files/ovsdb-server_conf2:
+ final fix for bug 491238
11 Dec 2013; Matthew Thode <prometheanfire@gentoo.org>
+files/prevent-traceback.patch, openvswitch-2.0.0.ebuild:
diff --git a/net-misc/openvswitch/files/ovsdb-server_conf2 b/net-misc/openvswitch/files/ovsdb-server_conf2
index dadbf13501a0..97367b9717e7 100644
--- a/net-misc/openvswitch/files/ovsdb-server_conf2
+++ b/net-misc/openvswitch/files/ovsdb-server_conf2
@@ -2,7 +2,7 @@
DB_SOCKET="/var/run/openvswitch/db.sock"
# Remote sockets are defined in the database by default
-REMOTE_DB="db:Open_vSwitch,manager_options"
+REMOTE_DB="db:Open_vSwitch,Open_vSwitch,manager_options"
# All certificates and keys are stored in the database (if any)
PRIVATE_KEY="db:Open_vSwitch,SSL,private_key"