18 tristate "Transformation user configuration interface"
22 Support for Transformation(XFRM) user configuration interface
23 like IPsec used by native Linux tools.
28 tristate "Transformation virtual interface"
29 depends on XFRM && IPV6
31 This provides a virtual interface to route IPsec traffic.
35 config XFRM_SUB_POLICY
36 bool "Transformation sub policy support"
39 Support sub policy for developers. By using sub policy with main
40 one, two policies can be applied to the same packet at once.
41 Policy which lives shorter time in kernel should be a sub.
46 bool "Transformation migrate database"
49 A feature to update locator(s) of a given IPsec security
50 association dynamically. This feature is required, for
51 instance, in a Mobile IPv6 environment with IPsec configuration
52 where mobile nodes change their attachment point to the Internet.
56 config XFRM_STATISTICS
57 bool "Transformation statistics"
58 depends on INET && XFRM && PROC_FS
60 This statistics is not a SNMP/MIB specification but shows
61 statistics about transformation error (or almost error) factor
62 at packet processing for developer.
73 tristate "PF_KEY sockets"
76 PF_KEYv2 socket family, compatible to KAME ones.
77 They are required if you are going to use IPsec tools ported
80 Say Y unless you know what you are doing.
82 config NET_KEY_MIGRATE
87 Add a PF_KEY MIGRATE message to PF_KEYv2 socket family.
88 The PF_KEY MIGRATE message is used to dynamically update
89 locator(s) of a given IPsec security association.
90 This feature is required, for instance, in a Mobile IPv6
91 environment with IPsec configuration where mobile nodes
92 change their attachment point to the Internet. Detail
93 information can be found in the internet-draft
94 <draft-sugimoto-mip6-pfkey-migrate>.