Hey,
Actually, you can have multiple gre tunnels with same src/dst ip by using
different 'key's.
e.g.
"""
ovs-vsctl add-port br0 p1 -- set Interface p1 type=gre
options:remote_ip=10.24.122.78 options:key=1
"""
Kind Regards,
Alex Wang,
On Fri, Jul 5, 2013 at 7:32 AM, Zang MingJie wrote:
> Mul
Hi everybody,
I just want to know if it is possible to create multiple gre tunnel over the
same physical link using openvswitch. To be more precise, I have four VM
running on two physical machine (two VM in each one) and I want to establish
gre tunnel between two VM on each side. Actually, I ca