From 638098fa4a9ec1d3b09af890d3dba643c49c1c0a Mon Sep 17 00:00:00 2001 From: Shinta Sugimoto Date: Thu, 8 Feb 2007 13:15:05 -0800 Subject: [PATCH] --- yaml --- r: 46976 b: refs/heads/master c: f6ed0ec0eea644207fa146cb541b99f96a8942f0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/xfrm/Kconfig | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 2c8a53e3b3d5..6b454379bc35 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 08de61beab8a21c8e0b3906a97defda5f1f66ece +refs/heads/master: f6ed0ec0eea644207fa146cb541b99f96a8942f0 diff --git a/trunk/net/xfrm/Kconfig b/trunk/net/xfrm/Kconfig index d385a7869436..577a4f821b98 100644 --- a/trunk/net/xfrm/Kconfig +++ b/trunk/net/xfrm/Kconfig @@ -45,4 +45,19 @@ config NET_KEY Say Y unless you know what you are doing. +config NET_KEY_MIGRATE + bool "PF_KEY MIGRATE (EXPERIMENTAL)" + depends on NET_KEY && EXPERIMENTAL + select XFRM_MIGRATE + ---help--- + Add a PF_KEY MIGRATE message to PF_KEYv2 socket family. + The PF_KEY MIGRATE message is used to dynamically update + locator(s) of a given IPsec security association. + This feature is required, for instance, in a Mobile IPv6 + environment with IPsec configuration where mobile nodes + change their attachment point to the Internet. Detail + information can be found in the internet-draft + . + + If unsure, say N.