Netdev List
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemminger@linux-foundation.org>
To: "Templin, Fred L" <Fred.L.Templin@Boeing.com>
Cc: <netdev@vger.kernel.org>
Subject: Re: [PATCH 01/05] ipv6: RFC4214 Support
Date: Wed, 7 Nov 2007 09:31:27 -0800	[thread overview]
Message-ID: <20071107093128.4985c446@freepuppy.rosehill> (raw)
In-Reply-To: <39C363776A4E8C4A94691D2BD9D1C9A1029EDBE2@XCH-NW-7V2.nw.nos.boeing.com>

On Tue, 6 Nov 2007 17:16:01 -0800
"Templin, Fred L" <Fred.L.Templin@Boeing.com> wrote:

> 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
>  

Don't make this conditional.. You always want the number assigned
and available, plus this file is used from user space where kernel
configuration is unknown or irrelevant.

-- 
Stephen Hemminger <shemminger@linux-foundation.org>

  reply	other threads:[~2007-11-07 17:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-07  1:16 [PATCH 01/05] ipv6: RFC4214 Support Templin, Fred L
2007-11-07 17:31 ` Stephen Hemminger [this message]
2007-11-07 17:33   ` 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071107093128.4985c446@freepuppy.rosehill \
    --to=shemminger@linux-foundation.org \
    --cc=Fred.L.Templin@Boeing.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox