Re: [PATCH 01/01] iproute2-2.6.23: RFC4214 Support (3)

2007-11-10 Thread Patrick McHardy
Fred L. Templin wrote: What do you suggest? To remove them unless there's some justification to keep them. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 01/01] iproute2-2.6.23: RFC4214 Support (3)

2007-11-09 Thread Patrick McHardy
osprey67 wrote: --- iproute2-2.6.23/ip/iptunnel.c.orig 2007-11-08 16:27:24.0 -0800 +++ iproute2-2.6.23/ip/iptunnel.c 2007-11-09 15:47:06.0 -0800 @@ -1,3 +1,5 @@ +#define ISATAP + /* * iptunnel.c "ip tunnel" * @@ -39,7 +41,12 @@ static void usage(void) __att

[PATCH 01/01] iproute2-2.6.23: RFC4214 Support (3)

2007-11-09 Thread osprey67
From: Fred L. Templin <[EMAIL PROTECTED]> This is experimental support for the Intra-Site Automatic Tunnel Addressing Protocol (ISATAP) per RFC4214. It uses the SIT module, and is configured using the unmodified "ip" utility with device names beginning with: "isatap". The following diffs are spe