Skip to content

Commit

Permalink
[IPV6]: Add Kconfig to enable Mobile IPv6.
Browse files Browse the repository at this point in the history
Add Kconfig to enable Mobile IPv6.
Based on MIPL2 kernel patch.

Signed-off-by: Noriaki TAKAMIYA <takamiya@po.ntts.co.jp>
Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org>
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
  • Loading branch information
Masahide NAKAMURA authored and David S. Miller committed Sep 22, 2006
1 parent 654b32c commit ee53826
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions net/ipv6/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,15 @@ config INET6_IPCOMP

If unsure, say Y.

config IPV6_MIP6
bool "IPv6: Mobility (EXPERIMENTAL)"
depends on IPV6 && EXPERIMENTAL
select XFRM
---help---
Support for IPv6 Mobility described in RFC 3775.

If unsure, say N.

config INET6_XFRM_TUNNEL
tristate
select INET6_TUNNEL
Expand Down

0 comments on commit ee53826

Please sign in to comment.