My bad, I misread man pages and I was debugging tunnel config problem
so thought probably local_ip can be used to influence soure_ip in the
linux and could solve my config problem and from the output of
ovs-vsctl assumed ip addresses are configured correctly. Output from
ovs-vsctl shows as follows.
On Jun 5, 2012, at 10:31 AM, ravi kerur wrote:
> 1. if i configure gre port with the following option(local_ip)
>
> ovs-vsctl add-port br0 gre0 -- set interface gre0 type=gre
> options:local_ip=10.0.0.3,remote_ip=10.0.0.7
Do you see errors in ovs-vswitchd.log? My guess is you'll see error messa
1. if i configure gre port with the following option(local_ip)
ovs-vsctl add-port br0 gre0 -- set interface gre0 type=gre
options:local_ip=10.0.0.3,remote_ip=10.0.0.7
ovs-vsctl show command, shows gre0 port configured.
ovs-dpctl and ovs-ofctl show br0 commands, do not show gre0 port
configured,
On Tue, Jun 5, 2012 at 5:26 AM, ravi kerur wrote:
> Hi, I see some discussion on ovs + gre but not sure what the solution
> is. I am facing some what similar issue w.r.t configuration and flow
> matching.
>
> On host-1, gre0 interface is configured via
>
> ovs-vsctl add-br br0
> ovs-vsctl add-port
Hi, I see some discussion on ovs + gre but not sure what the solution
is. I am facing some what similar issue w.r.t configuration and flow
matching.
On host-1, gre0 interface is configured via
ovs-vsctl add-br br0
ovs-vsctl add-port br0 eth0
ovs-vsctl add-port br0 gre0 -- set interface gre0 type=