All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/05] ipv6: RFC4214 Support (2)
@ 2007-11-08 20:29 osprey67
  2007-11-10  0:34 ` [PATCH 01/05] ipv6: RFC4214 Support (3) osprey67
                   ` (4 more replies)
  0 siblings, 5 replies; 24+ messages in thread
From: osprey67 @ 2007-11-08 20:29 UTC (permalink / raw)
  To: netdev

From: Fred L. Templin <osprey67@yahoo.com>

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 to the Linux 2.6.24-rc2
kernel distribution.

Signed-off-by: Fred L. Templin <osprey67@yahoo.com>

---

--- linux-2.6.24-rc2/include/linux/if.h.orig    2007-11-08 12:05:47.000000000 -0800
+++ linux-2.6.24-rc2/include/linux/if.h 2007-11-08 08:26:44.000000000 -0800
@@ -61,6 +61,7 @@
  #define IFF_MASTER_ALB 0x10            /* bonding master, balance-alb. */
  #define IFF_BONDING    0x20            /* bonding master or slave      */
  #define IFF_SLAVE_NEEDARP 0x40         /* need ARPs for validation     */
+#define IFF_ISATAP     0x80            /* ISATAP interface (RFC4214)   */

  #define IF_GET_IFACE   0x0001          /* for querying only */
  #define IF_GET_PROTO   0x0002

^ permalink raw reply	[flat|nested] 24+ messages in thread
* [PATCH 01/05] ipv6: RFC4214 Support
@ 2007-11-07  1:16 Templin, Fred L
  2007-11-08  1:08 ` [PATCH 01/05] ipv6: RFC4214 Support (2) Templin, Fred L
  0 siblings, 1 reply; 24+ messages in thread
From: Templin, Fred L @ 2007-11-07  1:16 UTC (permalink / raw)
  To: netdev

From: Fred L. Templin <fred.l.templin@boeing.com>

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 to the Linux 2.6.23
kernel distribution.

Signed-off-by: Fred L. Templin <fred.l.templin@boeing.com>

---

--- linux-2.6.23/include/linux/if.h.orig	2007-10-29
09:22:26.000000000 -0700
+++ linux-2.6.23/include/linux/if.h	2007-10-26 11:00:06.000000000
-0700
@@ -61,6 +61,9 @@
 #define IFF_MASTER_ALB	0x10		/* bonding master, balance-alb.
*/
 #define IFF_BONDING	0x20		/* bonding master or slave
*/
 #define IFF_SLAVE_NEEDARP 0x40		/* need ARPs for validation
*/
+#if defined(CONFIG_IPV6_ISATAP)
+#define IFF_ISATAP	0x80		/* ISATAP interface (RFC4214)
*/
+#endif
 
 #define IF_GET_IFACE	0x0001		/* for querying only */
 #define IF_GET_PROTO	0x0002

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2007-11-14 20:19 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-08 20:29 [PATCH 01/05] ipv6: RFC4214 Support (2) osprey67
2007-11-10  0:34 ` [PATCH 01/05] ipv6: RFC4214 Support (3) osprey67
2007-11-10  0:35 ` [PATCH 02/05] " osprey67
2007-11-10  0:35 ` [PATCH 03/05] " osprey67
2007-11-10  0:35 ` [PATCH 04/05] " osprey67
2007-11-10  0:35 ` [PATCH 05/05] " osprey67
2007-11-10  0:42   ` [PATCH 01/01] iproute2-2.6.23: " osprey67
2007-11-10  1:04     ` Patrick McHardy
2007-11-12 15:57     ` [PATCH 01/01] iproute2-2.6.23: RFC4214 Support (4) osprey67
2007-11-12 17:55     ` Templin, Fred L
2007-11-10  1:44   ` [PATCH 05/05] ipv6: RFC4214 Support (3) YOSHIFUJI Hideaki / 吉藤英明
2007-11-12 15:54   ` [PATCH 01/05] ipv6: RFC4214 Support (4) osprey67
2007-11-12 15:54   ` [PATCH 02/05] " osprey67
2007-11-12 15:54   ` [PATCH 03/05] " osprey67
2007-11-12 15:55   ` [PATCH 04/05] " osprey67
2007-11-12 15:55   ` [PATCH 05/05] " osprey67
2007-11-12 17:48   ` Templin, Fred L
2007-11-13 20:53   ` [PATCH 05/05] ipv6: RFC4214 Support (3) Stephen Hemminger
2007-11-14  5:05     ` David Miller
2007-11-14  5:11       ` Stephen Hemminger
2007-11-14 20:09         ` Vlad Yasevich
  -- strict thread matches above, loose matches on Subject: below --
2007-11-07  1:16 [PATCH 01/05] ipv6: RFC4214 Support Templin, Fred L
2007-11-08  1:08 ` [PATCH 01/05] ipv6: RFC4214 Support (2) Templin, Fred L
2007-11-08  1:12   ` Stephen Hemminger
2007-11-08  1:14   ` Templin, Fred L

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.