Re: [PATCH] EtherIP tunnel driver (RFC 3378)

2006-09-19 Thread Joerg Roedel
On Mon, Sep 18, 2006 at 10:52:52PM +0200, Lennert Buytenhek wrote: > Check out the thread "[PATCH][RFC] etherip: Ethernet-in-IPv4 tunneling" > that was on netdev in January of 2005 -- a number of arguments against > etherip (and for tunneling ethernet in GRE) were raised back then. I read this th

Re: [PATCH] EtherIP tunnel driver (RFC 3378)

2006-09-18 Thread Lennert Buytenhek
On Mon, Sep 11, 2006 at 10:41:29PM +0200, Joerg Roedel wrote: > This driver implements the tunneling of Ethernet packets over IPv4 > networks for Linux. It uses the protocol defined in RFC 3378. Check out the thread "[PATCH][RFC] etherip: Ethernet-in-IPv4 tunneling" that was on netdev in January

Re: [PATCH] EtherIP tunnel driver (RFC 3378)

2006-09-15 Thread Joerg Roedel
On Fri, Sep 15, 2006 at 09:06:02AM +1000, Philip Craig wrote: > Patrick McHardy wrote: > > Joerg Roedel wrote: > >> On Thu, Sep 14, 2006 at 11:21:22AM +1000, Philip Craig wrote: > >> > >>> Joerg Roedel wrote: > >>> > + To configure tunnels an extra tool is required. You can > dow

Re: [PATCH] EtherIP tunnel driver (RFC 3378)

2006-09-14 Thread Philip Craig
Patrick McHardy wrote: > Joerg Roedel wrote: >> On Thu, Sep 14, 2006 at 11:21:22AM +1000, Philip Craig wrote: >> >>> Joerg Roedel wrote: >>> + To configure tunnels an extra tool is required. You can download + it from http://zlug.fh-zwickau.de/~joro/projects/ under the + EtherI

Re: [PATCH] EtherIP tunnel driver (RFC 3378)

2006-09-14 Thread Patrick McHardy
Joerg Roedel wrote: > On Thu, Sep 14, 2006 at 11:21:22AM +1000, Philip Craig wrote: > >>Joerg Roedel wrote: >> >>>+ To configure tunnels an extra tool is required. You can download >>>+ it from http://zlug.fh-zwickau.de/~joro/projects/ under the >>>+ EtherIP section. If unsure, say N.

Re: [PATCH] EtherIP tunnel driver (RFC 3378)

2006-09-14 Thread Joerg Roedel
On Thu, Sep 14, 2006 at 11:21:22AM +1000, Philip Craig wrote: > Joerg Roedel wrote: > > +To configure tunnels an extra tool is required. You can download > > +it from http://zlug.fh-zwickau.de/~joro/projects/ under the > > +EtherIP section. If unsure, say N. > > To obtain a list of tun

Re: [PATCH] EtherIP tunnel driver (RFC 3378)

2006-09-13 Thread Stephen Hemminger
On Thu, 14 Sep 2006 11:21:22 +1000 Philip Craig <[EMAIL PROTECTED]> wrote: > Joerg Roedel wrote: > > +To configure tunnels an extra tool is required. You can download > > +it from http://zlug.fh-zwickau.de/~joro/projects/ under the > > +EtherIP section. If unsure, say N. > > To obtain

Re: [PATCH] EtherIP tunnel driver (RFC 3378)

2006-09-13 Thread Philip Craig
Joerg Roedel wrote: > + To configure tunnels an extra tool is required. You can download > + it from http://zlug.fh-zwickau.de/~joro/projects/ under the > + EtherIP section. If unsure, say N. To obtain a list of tunnels, this tool calls SIOCGETTUNNEL (SIOCDEVPRIVATE + 0) for every d

Re: [PATCH] EtherIP tunnel driver (RFC 3378)

2006-09-13 Thread Patrick McHardy
There are lots of whitespace errors (trailing whitespace, whitespace following opening parens, no whitespace after comma, ...) which I'm going to ignore below, please fix them anyway. Joerg Roedel wrote: > diff -uprN -X linux-2.6.17.13/Documentation/dontdiff > linux-2.6.17.13-vanilla/net/ipv4/eth

[PATCH] EtherIP tunnel driver (RFC 3378)

2006-09-11 Thread Joerg Roedel
This driver implements the tunneling of Ethernet packets over IPv4 networks for Linux. It uses the protocol defined in RFC 3378. The protocol is also implemented by various BSD derivates and the Linux driver is interoperable with them (tested with NetBSD). The driver is also tested on different ha