Re: [ovs-dev] openswitch and Gre kernel module

2012-07-11 Thread nicolas prochazka
thanks, you're right. thee correct syntax is : ip link add gre3 type gretap remote 10.98.98.13 local 10.98.98.1 Best Regards, Nicolas Prochazka. 2012/7/11 Jesse Gross > On Wed, Jul 11, 2012 at 2:09 PM, Ben Pfaff wrote: > > On Wed, Jul 11, 2012 at 10:53:43PM +0200, nicolas prochazka wrote: > >

Re: [ovs-dev] openswitch and Gre kernel module

2012-07-11 Thread Jesse Gross
On Wed, Jul 11, 2012 at 2:09 PM, Ben Pfaff wrote: > On Wed, Jul 11, 2012 at 10:53:43PM +0200, nicolas prochazka wrote: >> Hello, >> i'm trying to configure openswitch with GRE interface with GRE kernel >> module, not with openswitch gre module ( that's works well) >> >> Kernel : 3.5.0-rc6 + Gre mo

Re: [ovs-dev] openswitch and Gre kernel module

2012-07-11 Thread Ben Pfaff
On Wed, Jul 11, 2012 at 10:53:43PM +0200, nicolas prochazka wrote: > Hello, > i'm trying to configure openswitch with GRE interface with GRE kernel > module, not with openswitch gre module ( that's works well) > > Kernel : 3.5.0-rc6 + Gre module + openvswitch module > >ip tunnel add GRE1 mod

[ovs-dev] openswitch and Gre kernel module

2012-07-11 Thread nicolas prochazka
Hello, i'm trying to configure openswitch with GRE interface with GRE kernel module, not with openswitch gre module ( that's works well) Kernel : 3.5.0-rc6 + Gre module + openvswitch module ip tunnel add GRE1 mode gre remote 10.98.98.1 local 10.98.98.16 ttl 255 ip link set GRE1 up ovs-