14 tristate "Transformation user configuration interface"
18 Support for Transformation(XFRM) user configuration interface
19 like IPsec used by native Linux tools.
23 config XFRM_SUB_POLICY
24 bool "Transformation sub policy support"
27 Support sub policy for developers. By using sub policy with main
28 one, two policies can be applied to the same packet at once.
29 Policy which lives shorter time in kernel should be a sub.
34 bool "Transformation migrate database"
37 A feature to update locator(s) of a given IPsec security
38 association dynamically. This feature is required, for
39 instance, in a Mobile IPv6 environment with IPsec configuration
40 where mobile nodes change their attachment point to the Internet.
44 config XFRM_STATISTICS
45 bool "Transformation statistics"
46 depends on INET && XFRM && PROC_FS
48 This statistics is not a SNMP/MIB specification but shows
49 statistics about transformation error (or almost error) factor
50 at packet processing for developer.
61 tristate "PF_KEY sockets"
64 PF_KEYv2 socket family, compatible to KAME ones.
65 They are required if you are going to use IPsec tools ported
68 Say Y unless you know what you are doing.
70 config NET_KEY_MIGRATE
75 Add a PF_KEY MIGRATE message to PF_KEYv2 socket family.
76 The PF_KEY MIGRATE message is used to dynamically update
77 locator(s) of a given IPsec security association.
78 This feature is required, for instance, in a Mobile IPv6
79 environment with IPsec configuration where mobile nodes
80 change their attachment point to the Internet. Detail
81 information can be found in the internet-draft
82 <draft-sugimoto-mip6-pfkey-migrate>.