Skip to content

Commit

Permalink
[XFRM]: CONFIG_XFRM_MIGRATE option
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shinta Sugimoto authored and David S. Miller committed Feb 8, 2007
1 parent 5c79de6 commit d047365
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions net/xfrm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d047365

Please sign in to comment.