# # [31mCONFIG_XFRM[0m configuration # config [31mCONFIG_XFRM[0m bool depends on [31mCONFIG_NET[0m config [31mCONFIG_XFRM_ALGO[0m tristate select [31mCONFIG_XFRM[0m select [31mCONFIG_CRYPTO[0m config [31mCONFIG_XFRM_USER[0m tristate "Transformation user configuration interface" depends on [31mCONFIG_INET[0m select [31mCONFIG_XFRM_ALGO[0m ---help--- Support for Transformation([31mCONFIG_XFRM[0m) user configuration interface like IPsec used by native Linux tools. If unsure, say Y. config [31mCONFIG_XFRM_SUB_POLICY[0m bool "Transformation sub policy support" depends on [31mCONFIG_XFRM[0m ---help--- Support sub policy for developers. By using sub policy with main one, two policies can be applied to the same packet at once. Policy which lives shorter time in kernel should be a sub. If unsure, say N. config [31mCONFIG_XFRM_MIGRATE[0m bool "Transformation migrate database" depends on [31mCONFIG_XFRM[0m ---help--- [31mCONFIG_A[0m 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 [31mCONFIG_XFRM_STATISTICS[0m bool "Transformation statistics" depends on [31mCONFIG_INET[0m && [31mCONFIG_XFRM[0m && [31mCONFIG_PROC_FS[0m ---help--- This statistics is not a SNMP/MIB specification but shows statistics about transformation error (or almost error) factor at packet processing for developer. If unsure, say N. config [31mCONFIG_XFRM_IPCOMP[0m tristate select [31mCONFIG_XFRM_ALGO[0m select [31mCONFIG_CRYPTO[0m select [31mCONFIG_CRYPTO_DEFLATE[0m config [31mCONFIG_NET_KEY[0m tristate "PF_KEY sockets" select [31mCONFIG_XFRM_ALGO[0m ---help--- PF_KEYv2 socket family, compatible to KAME ones. They are required if you are going to use IPsec tools ported from KAME. Say Y unless you know what you are doing. config [31mCONFIG_NET_KEY_MIGRATE[0m bool "PF_KEY MIGRATE" depends on [31mCONFIG_NET_KEY[0m select [31mCONFIG_XFRM_MIGRATE[0m ---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. |