aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-06-08 09:15:38 -0700
committerBen Pfaff <blp@nicira.com>2011-06-08 09:15:38 -0700
commit2b01925c18a52b2f7dbff5c70269a4b4d8aec027 (patch)
treee539d592000fc4453b439820aea8831926c0d374 /ChangeLog
parente1f406a32b785670c72cca0c8b8acd95ea474416 (diff)
ovs-brcompatd: Run ovs-vsctl instead of accessing database directly.
ovs-vsctl is carefully written to avoid races in database access. It is much simpler to just call it than to reimplement its capabilities. This eliminates the requirement that bridges managed by ovs-brcompatd have no ports at ovs-brcompatd startup time. It also eliminates races between competing brctl and ovs-vsctl processes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba39a17a..75224ab8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@ post v1.1.0
counters for each port.
- ovs-vsctl:
- New "show" command to print an overview of configuration.
+ - ovs-brcompatd has been rewritten to fix long-standing bugs.
- ovs-openflowd has been renamed test-openflowd and moved into the
tests directory. Its presence confused too many users. Please
use ovs-vswitchd instead.