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:
> >
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
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
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-