> On Wed, Jan 07, 2009 at 11:40:33AM -0800, Stephen Hemminger wrote:
> > On Wed, 7 Jan 2009 16:32:45 +0100
> > David Lefevre <david.lefevre7@libertysurf.fr> wrote:
> >
> > > On Tue, Dec 23, 2008 at 08:38:49AM -0800, Stephen Hemminger wrote:
> > > > On Tue, 9 Dec 2008 12:33:42 +0100
> > > > David Lefevre <david.lefevre7@libertysurf.fr> wrote:
> > > >
> > > > >
> > > > > Hi Stephen,
> > > > > looking at the possibility of doing Ethernet over GRE, I've found an interesting discussion on the net :
https://kerneltrap.org/mailarchive/linux-netdev/2008/7/14/2454014
> > > > > I've seen this capability was added in the linux kernel, but I was not able to find where :(, even in the 2.6.27.8 release.
> > > > > Is this comming in next releases or already usable ?
> > > > > Kind regards,
> > > > > David
> > > >
> > > > It will be in 2.6.28, this patch is the start of it.
> > > >
> > > > commit e1a8000228e16212c93b23cfbed4d622e2ec7a6b
> > > > Author: Herbert Xu <herbert@gondor.apana.org.au>
> > > > Date: Thu Oct 9 12:00:17 2008 -0700
> > > >
> > > > gre: Add Transparent Ethernet Bridging
> > > >
> > > > This patch adds support for Ethernet over GRE encapsulation.
> > > > This is exposed to user-space with a new link type of "gretap"
> > > > instead of "gre". It will create an ARPHRD_ETHER device in
> > > > lieu of the usual ARPHRD_IPGRE.
> > > >
> > > > Note that to preserver backwards compatibility all Transparent
> > > > Ethernet Bridging packets are passed to an ARPHRD_IPGRE tunnel
> > > > if its key matches and there is no ARPHRD_ETHER device whose
> > > > key matches more closely.
> > > >
> > > > Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
> > > > Signed-off-by: David S. Miller <davem@davemloft.net>
> > >
> > > Hi Stephen,
> > > I think there a little stuff to do in the iproute2 source code to activate this gretap mode, isn't it ?
> > > David
> >
> > There is, and I just put into the git version yesterday
>
> Hi Stephen,
> thanks for the new release of iproute2 (corresponding to 2.6.28).
> I'm still confused : I can create a "gretap" interface and add it to a bridge (with brtcl addif) but, in that case, I don't know how to use this interface as a tunnel (GRE). And if I set up a tunnel, I cannot add it as an interface in the bridge.
> Am I missing something ?
> Regards,
> David