Re: [PATCH 3/23] [PATCH] [XFRM]: Add Kconfig to enable advanced transformation.
From: James Morris <jmorris@namei.org>
Date: 2006-07-30 22:12:04
From: James Morris <jmorris@namei.org>
Date: 2006-07-30 22:12:04
On Sat, 29 Jul 2006, Masahide NAKAMURA wrote:
This option is for enhanced transformation features and it will be used by Mobile IPv6. Based on MIPL2 kernel patch. --- net/xfrm/Kconfig | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-)diff --git a/net/xfrm/Kconfig b/net/xfrm/Kconfig index 0c1c043..95f4f09 100644 --- a/net/xfrm/Kconfig +++ b/net/xfrm/Kconfig@@ -14,6 +14,14 @@ config XFRM_USER If unsure, say Y. +config XFRM_ADVANCED + bool "Transformation advanced functions (EXPERIMENTAL)" + depends on XFRM && EXPERIMENTAL + ---help--- + Support advanced transformation for developers. + + If unsure, say N. + config NET_KEY tristate "PF_KEY sockets" select XFRM
Do we really need to add this config item? I think we should just enable it. - James -- James Morris [off-list ref]