Re: [ovs-dev] [PATCH] vswitchd: Require "target" column to be unique in OVS database.

2013-02-12 Thread Saul St. John
Previously, I was able to set setup multiple bridges on the same host to talk to the same controller like this: # ovs-vsctl set-controller br0 tcp:10.0.0.1:6633 # ovs-vsctl set-controller br1 tcp:10.0.0.1:6633 and it worked. Now, when I try to do that, I get this error: ovs-vsctl: transact

[ovs-dev] [PATCH] manpages: Fix build

2013-01-04 Thread Saul St. John
This patch fixes regressions in the dist and distclean targets, and in the Debian build process, that were introduced by commit d2cb6c956b. Signed-off-by: Saul St. John --- debian/openvswitch-common.manpages |2 +- utilities/bugtool/automake.mk |3 +-- 2 files changed, 2 insertions