diff options
author | Shinta Sugimoto <shinta.sugimoto@ericsson.com> | 2007-02-08 13:13:07 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-02-08 13:13:07 -0800 |
commit | d0473655c8293b49808c9488152573beab4458cf (patch) | |
tree | 1d461e051061780604a270608eaf16c3d995655a /net/xfrm/Kconfig | |
parent | 5c79de6e79cd8ecfbae28886be3ee49044f3a4d4 (diff) | |
download | linux-d0473655c8293b49808c9488152573beab4458cf.tar.gz linux-d0473655c8293b49808c9488152573beab4458cf.tar.bz2 linux-d0473655c8293b49808c9488152573beab4458cf.zip |
[XFRM]: CONFIG_XFRM_MIGRATE option
Add CONFIG_XFRM_MIGRATE option which makes it possible for for user
application to send or receive MIGRATE message to/from netlink socket.
Signed-off-by: Shinta Sugimoto <shinta.sugimoto@ericsson.com>
Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org>
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/xfrm/Kconfig')
-rw-r--r-- | net/xfrm/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/xfrm/Kconfig b/net/xfrm/Kconfig index 0faab6332586..d385a7869436 100644 --- a/net/xfrm/Kconfig +++ b/net/xfrm/Kconfig @@ -24,6 +24,17 @@ config XFRM_SUB_POLICY If unsure, say N. +config XFRM_MIGRATE + bool "Transformation migrate database (EXPERIMENTAL)" + depends on XFRM && EXPERIMENTAL + ---help--- + A feature to update locator(s) of a given IPsec security + association dynamically. This feature is required, for + instance, in a Mobile IPv6 environment with IPsec configuration + where mobile nodes change their attachment point to the Internet. + + If unsure, say N. + config NET_KEY tristate "PF_KEY sockets" select XFRM |