Hi,

On 05.10.2012 18:26, Ben Pfaff wrote:
> On Fri, Oct 05, 2012 at 05:37:28PM +0200, Arno Toell wrote:
>> OVS won't allow me to add the same interface to more than one bridge.
>> Now, how to achieve what I want then? I realize I could use a virtual
>> machine for each switch and add the virtual machine interfaces, but that
>> seems overkill.
> 
> Use a veth device or a patch port.

Thanks for the pointer, this seems to work. For the records, this is how
I succeeded to add a virtual link between two bridges:

# ovs-vsctl add-br br0
# ovs-vsctl add-br br1
# ip link add name link0 type veth peer name link1
# ovs-vsctl add-port br0 link0
# ovs-vsctl add-port br1 link1


>> semi-related: I noticed, OVS supports OpenFlow 1.0 only, however there
>> are OF 1.1 proof of concept implementations for OF 1.1 in OVS on [1]. Is
>> there a specific reason why this never was merged?
> 
> Among other reasons, it deleted all the OpenFlow 1.0 support.

Hum, I see how this is not so good. Too bad, I'd like to experiment with
OF 1.1 fast failover groups.

-- 
Arno Töll
GnuPG Key-ID: 0x9D80F36D
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to