All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5/5] [PFKEYV2]: CONFIG_NET_KEY_MIGRATE option
@ 2007-02-07 13:18 Shinta Sugimoto
  0 siblings, 0 replies; 2+ messages in thread
From: Shinta Sugimoto @ 2007-02-07 13:18 UTC (permalink / raw)
  To: netdev; +Cc: Francis Dupont, Masahide Nakamura, yoshfuji, usagi-core

Add CONFIG_NET_KEY_MIGRATE option which makes it possible for user
application to send or receive MIGRATE message to/from PF_KEY 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>
---
 net/xfrm/Kconfig |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/net/xfrm/Kconfig b/net/xfrm/Kconfig
index 39d1cc4..fbaab2f 100644
--- a/net/xfrm/Kconfig
+++ b/net/xfrm/Kconfig
@@ -41,4 +41,14 @@ 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 where
+	  a mobile node changes its attachment point to the Internet.
 
-- 
1.4.2




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH (5/5)] [PFKEYV2]: CONFIG_NET_KEY_MIGRATE option
@ 2007-02-08  3:10 Shinta Sugimoto
  0 siblings, 0 replies; 2+ messages in thread
From: Shinta Sugimoto @ 2007-02-08  3:10 UTC (permalink / raw)
  To: netdev; +Cc: Francis Dupont, Masahide Nakamura, yoshfuji, usagi-core

Add CONFIG_NET_KEY_MIGRATE option which makes it possible for user
application to send or receive MIGRATE message to/from PF_KEY 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>
---
 net/xfrm/Kconfig |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/net/xfrm/Kconfig b/net/xfrm/Kconfig
index d385a78..577a4f8 100644
--- a/net/xfrm/Kconfig
+++ b/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
+	  <draft-sugimoto-mip6-pfkey-migrate>.
+
+	  If unsure, say N.
 
-- 
1.4.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-08  3:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-07 13:18 [PATCH 5/5] [PFKEYV2]: CONFIG_NET_KEY_MIGRATE option Shinta Sugimoto
2007-02-08  3:10 [PATCH (5/5)] " Shinta Sugimoto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.