Re: [ovs-dev] ovs and gre tunnel configuration

2012-06-05 Thread ravi kerur
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.

Re: [ovs-dev] ovs and gre tunnel configuration

2012-06-05 Thread Justin Pettit
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

Re: [ovs-dev] ovs and gre tunnel configuration

2012-06-05 Thread ravi kerur
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,

Re: [ovs-dev] ovs and gre tunnel configuration

2012-06-04 Thread Jesse Gross
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

[ovs-dev] ovs and gre tunnel configuration

2012-06-04 Thread ravi kerur
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=