[PATCH 02/05] ipv6: RFC4214 Support (4)

2007-11-12 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 specific

[Resend] [PATCH 02/05] ipv6: RFC4214 Support (4)

2007-11-12 Thread Templin, Fred L
-Original Message- From: osprey67 [mailto:[EMAIL PROTECTED] Sent: Monday, November 12, 2007 7:55 AM To: netdev@vger.kernel.org Subject: [PATCH 02/05] ipv6: RFC4214 Support (4) From: Fred L. Templin [EMAIL PROTECTED] This is experimental support for the Intra-Site Automatic Tunnel

Re: [PATCH 02/05] ipv6: RFC4214 Support (2)

2007-11-09 Thread osprey67
YOSHIFUJI Hideaki / 吉藤英明 wrote: In article [EMAIL PROTECTED] (at Thu, 08 Nov 2007 12:41:39 -0800), osprey67 [EMAIL PROTECTED] says: From: Fred L. Templin [EMAIL PROTECTED] This is experimental support for the Intra-Site Automatic Tunnel Addressing Protocol (ISATAP) per RFC4214. It uses the

Re: [PATCH 02/05] ipv6: RFC4214 Support

2007-11-09 Thread Ingo Oeser
YOSHIFUJI Hideaki / 吉藤英明 schrieb: In article [EMAIL PROTECTED] (at Wed, 7 Nov 2007 10:52:47 -0800), Templin, Fred L [EMAIL PROTECTED] says: + if (((ipv4 = 0x0100) (ipv4 0x0a00)) || + ((ipv4 = 0x0b00) (ipv4 0x7f00)) || + ((ipv4 = 0x8000)

[PATCH 02/05] ipv6: 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 specific

Re: [PATCH 02/05] ipv6: RFC4214 Support (2)

2007-11-08 Thread YOSHIFUJI Hideaki / 吉藤英明
In article [EMAIL PROTECTED] (at Thu, 08 Nov 2007 12:41:39 -0800), osprey67 [EMAIL PROTECTED] says: 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

[PATCH 02/05] ipv6: RFC4214 Support (2)

2007-11-08 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 specific

RE: [PATCH 02/05] ipv6: RFC4214 Support

2007-11-07 Thread Templin, Fred L
-Original Message- From: YOSHIFUJI Hideaki / 吉藤英明 [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 10:49 AM To: Templin, Fred L Cc: [EMAIL PROTECTED]; netdev@vger.kernel.org; [EMAIL PROTECTED] Subject: Re: [PATCH 02/05] ipv6: RFC4214 Support In article [EMAIL

Re: [PATCH 02/05] ipv6: RFC4214 Support

2007-11-07 Thread Simon Arlott
On 07/11/07 18:52, Templin, Fred L wrote: +eui[0] = 0; + +/* Check for RFC3330 global address ranges */ +if (((ipv4 = 0x0100) (ipv4 0x0a00)) || +((ipv4 = 0x0b00) (ipv4 0x7f00)) || +((ipv4 = 0x8000) (ipv4

Re: [PATCH 02/05] ipv6: RFC4214 Support

2007-11-07 Thread YOSHIFUJI Hideaki / 吉藤英明
; netdev@vger.kernel.org; [EMAIL PROTECTED] Subject: Re: [PATCH 02/05] ipv6: RFC4214 Support Hello. In article [EMAIL PROTECTED] (at Wed, 7 Nov 2007 16:58:59 +0100), Ingo Oeser [EMAIL PROTECTED] says: + eui[0] = 0; + + /* Check for RFC3330 global address ranges

Re: [PATCH 02/05] ipv6: RFC4214 Support

2007-11-07 Thread YOSHIFUJI Hideaki / 吉藤英明
Hello. In article [EMAIL PROTECTED] (at Wed, 7 Nov 2007 16:58:59 +0100), Ingo Oeser [EMAIL PROTECTED] says: + eui[0] = 0; + + /* Check for RFC3330 global address ranges */ + if (((ipv4 = 0x0100) (ipv4 0x0a00)) || + ((ipv4 = 0x0b00) (ipv4 0x7f00)) || +

RE: [PATCH 02/05] ipv6: RFC4214 Support

2007-11-07 Thread Templin, Fred L
Thanks for these, Ingo. Will fix and test immediately. Fred [EMAIL PROTECTED] -Original Message- From: Ingo Oeser [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 7:59 AM To: Templin, Fred L Cc: netdev@vger.kernel.org Subject: Re: [PATCH 02/05] ipv6: RFC4214 Support

Re: [PATCH 02/05] ipv6: RFC4214 Support

2007-11-07 Thread Ingo Oeser
Hi Fred, some comments. Templin, Fred L schrieb: 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

RE: [PATCH 02/05] ipv6: RFC4214 Support

2007-11-07 Thread Templin, Fred L
-Original Message- From: Simon Arlott [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 11:02 AM To: Templin, Fred L Cc: YOSHIFUJI Hideaki / 吉藤英明; [EMAIL PROTECTED]; netdev@vger.kernel.org Subject: Re: [PATCH 02/05] ipv6: RFC4214 Support On 07/11/07 18:52, Templin

RE: [PATCH 02/05] ipv6: RFC4214 Support

2007-11-07 Thread Templin, Fred L
-Original Message- From: YOSHIFUJI Hideaki / 吉藤英明 [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 10:12 AM To: [EMAIL PROTECTED] Cc: Templin, Fred L; netdev@vger.kernel.org; [EMAIL PROTECTED] Subject: Re: [PATCH 02/05] ipv6: RFC4214 Support Hello. In article

Re: [PATCH 02/05] ipv6: RFC4214 Support

2007-11-07 Thread Simon Arlott
On 07/11/07 19:32, Templin, Fred L wrote: -Original Message- From: Simon Arlott [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 11:02 AM To: Templin, Fred L Cc: YOSHIFUJI Hideaki / 吉藤英明; [EMAIL PROTECTED]; netdev@vger.kernel.org Subject: Re: [PATCH 02/05] ipv6

[PATCH 02/05] ipv6: RFC4214 Support

2007-11-06 Thread Templin, Fred L
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 specific