]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv6/addrconf.c
[IPV6]: Add RFC4214 support
authorFred L. Templin <fred.l.templin@boeing.com>
Thu, 29 Nov 2007 11:11:40 +0000 (22:11 +1100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:55:09 +0000 (14:55 -0800)
commitc7dc89c0ac8e7c3796bff91becf58ccdbcaf9f18
treee876ccadf29a90b7a211522aeccfd42255dab586
parentdf97c708d5e6eebdd9ded1fa588eae09acf53793
[IPV6]: Add RFC4214 support

This patch includes support for the Intra-Site Automatic Tunnel
Addressing Protocol (ISATAP) per RFC4214. It uses the SIT
module, and is configured using extensions to the "iproute2"
utility. The diffs are specific to the Linux 2.6.24-rc2 kernel
distribution.

This version includes the diff for ./include/linux/if.h which was
missing in the v2.4 submission and is needed to make the
patch compile. The patch has been installed, compiled and
tested in a clean 2.6.24-rc2 kernel build area.

Signed-off-by: Fred L. Templin <fred.l.templin@boeing.com>
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if.h
include/linux/if_tunnel.h
include/linux/in.h
include/net/addrconf.h
net/ipv6/addrconf.c
net/ipv6/route.c
net/ipv6/sit.c