mirror of https://gitee.com/openkylin/linux.git
[IPV6]: Add Kconfig to enable Mobile IPv6.
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>
This commit is contained in:
parent
654b32c6aa
commit
ee53826801
|
@ -98,6 +98,15 @@ config INET6_IPCOMP
|
||||||
|
|
||||||
If unsure, say Y.
|
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
|
config INET6_XFRM_TUNNEL
|
||||||
tristate
|
tristate
|
||||||
select INET6_TUNNEL
|
select INET6_TUNNEL
|
||||||
|
|
Loading…
Reference in New Issue