On Tue, Oct 04, 2016 at 08:08:37PM +0200, Tomasz Łukojko wrote: > I want to ask its some purpose to connect two ovs ? Its like stack with > physical switch? Its more redundant and safty after crush one ? For me > usefull will be when i connect two ovs switch with different sites then > will be like one bridge ? But when one crush the secound one and host will > still work ? Or i am wrong?
Usually you'd connect them because each one is hosting VMs that want to talk to VMs on the other one. > I try connect two ovs on separate laptopa by eth0 port like: > Add-port br0 eth0 -- set interface eth0 type=path option:peer=eth1 > > Add-port br1 eth1 --set interface eth1 type=path option:peer=eth0 That won't work, even if you correct the spelling of "patch", because patch ports only work within a single OVS instance. You might want to use tunnels, but it's hard to tell since you don't seem to know what your goal is. _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss