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 <je...@nicira.com>

> On Wed, Jul 11, 2012 at 2:09 PM, Ben Pfaff <b...@nicira.com> 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 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-vsctl add-port br0 GRE1 tag=999
> >
> > Does your GRE tunnel encapsulate Ethernet or IP?  OVS only supports the
> > former.
>
> The correct mode for Ethernet is "gretap".
>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to