* [PATCH] Add ip6_tunnel.h to headers_install
@ 2007-05-19 17:48 Deepak Saxena
2007-05-19 18:02 ` Robert P. J. Day
2007-05-19 18:59 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Deepak Saxena @ 2007-05-19 17:48 UTC (permalink / raw)
To: sam, kai; +Cc: linux-kernel
The Mobile IPv6 package (http://www.mobile-ipv6.org/software/) needs
this header file to build the tunnelctl component. The header
already looks sanitized so is safe to export.
Signed-off-by: Deepak Saxena <dsaxena@mvista.com>
---
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index bcd01f2..e101315 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -239,6 +239,7 @@ unifdef-y += ipc.h
unifdef-y += ipmi.h
unifdef-y += ipv6.h
unifdef-y += ipv6_route.h
+unifdef-y += ip6_tunnel.h
unifdef-y += isdn.h
unifdef-y += isdnif.h
unifdef-y += isdn_divertif.h
--
Deepak Saxena - dsaxena@plexity.net - http://www.plexity.net
In the end, they will not say, "those were dark times," they will ask
"why were their poets silent?" - Bertolt Brecht
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Add ip6_tunnel.h to headers_install
2007-05-19 17:48 [PATCH] Add ip6_tunnel.h to headers_install Deepak Saxena
@ 2007-05-19 18:02 ` Robert P. J. Day
2007-05-19 18:59 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2007-05-19 18:02 UTC (permalink / raw)
To: Deepak Saxena; +Cc: sam, kai, linux-kernel
On Sat, 19 May 2007, Deepak Saxena wrote:
>
> The Mobile IPv6 package (http://www.mobile-ipv6.org/software/) needs
> this header file to build the tunnelctl component. The header
> already looks sanitized so is safe to export.
>
> Signed-off-by: Deepak Saxena <dsaxena@mvista.com>
>
> ---
>
> diff --git a/include/linux/Kbuild b/include/linux/Kbuild
> index bcd01f2..e101315 100644
> --- a/include/linux/Kbuild
> +++ b/include/linux/Kbuild
> @@ -239,6 +239,7 @@ unifdef-y += ipc.h
> unifdef-y += ipmi.h
> unifdef-y += ipv6.h
> unifdef-y += ipv6_route.h
> +unifdef-y += ip6_tunnel.h
> unifdef-y += isdn.h
> unifdef-y += isdnif.h
> unifdef-y += isdn_divertif.h
is there some understood standard for naming header files related to
IPv6? currently, there are header files that start with any one of
"ip6_", "ipv6_" and "ip6t_" (although the latter looks like it's
specifically for netfilter stuff).
is there meant to be a distinction between prefixes of "ipv6_" and
"ip6_"?
rday
--
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA
http://fsdev.net/wiki/index.php?title=Main_Page
========================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Add ip6_tunnel.h to headers_install
2007-05-19 17:48 [PATCH] Add ip6_tunnel.h to headers_install Deepak Saxena
2007-05-19 18:02 ` Robert P. J. Day
@ 2007-05-19 18:59 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2007-05-19 18:59 UTC (permalink / raw)
To: dsaxena; +Cc: sam, kai, linux-kernel
From: Deepak Saxena <dsaxena@plexity.net>
Date: Sat, 19 May 2007 10:48:57 -0700
>
> The Mobile IPv6 package (http://www.mobile-ipv6.org/software/) needs
> this header file to build the tunnelctl component. The header
> already looks sanitized so is safe to export.
>
> Signed-off-by: Deepak Saxena <dsaxena@mvista.com>
I know this is really brain twister for folks to figure out
and remember, but could you at least CC: netdev@vger when
posting networking related patches, thank you.
I'll apply this patch, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-05-19 18:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-19 17:48 [PATCH] Add ip6_tunnel.h to headers_install Deepak Saxena
2007-05-19 18:02 ` Robert P. J. Day
2007-05-19 18:59 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox