blob: 6b5b50f427fc67bcf8c2ed35d6b16c0682081515 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# XFRM configuration
3#
Sam Ravnborg6a2e9b72005-07-11 21:13:56 -07004config XFRM
5 bool
6 depends on NET
7
Linus Torvalds1da177e2005-04-16 15:20:36 -07008config XFRM_USER
Masahide NAKAMURA654b32c2006-08-23 19:12:56 -07009 tristate "Transformation user configuration interface"
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 depends on INET && XFRM
11 ---help---
Masahide NAKAMURA654b32c2006-08-23 19:12:56 -070012 Support for Transformation(XFRM) user configuration interface
13 like IPsec used by native Linux tools.
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
15 If unsure, say Y.
16
Masahide NAKAMURAc11f1a12006-08-23 22:38:14 -070017config XFRM_SUB_POLICY
18 bool "Transformation sub policy support (EXPERIMENTAL)"
19 depends on XFRM && EXPERIMENTAL
20 ---help---
21 Support sub policy for developers. By using sub policy with main
22 one, two policies can be applied to the same packet at once.
23 Policy which lives shorter time in kernel should be a sub.
24
25 If unsure, say N.
26
Shinta Sugimotod0473652007-02-08 13:13:07 -080027config XFRM_MIGRATE
28 bool "Transformation migrate database (EXPERIMENTAL)"
29 depends on XFRM && EXPERIMENTAL
30 ---help---
31 A feature to update locator(s) of a given IPsec security
32 association dynamically. This feature is required, for
33 instance, in a Mobile IPv6 environment with IPsec configuration
34 where mobile nodes change their attachment point to the Internet.
35
36 If unsure, say N.
37
Masahide NAKAMURA8ea84342007-12-20 20:44:02 -080038config XFRM_STATISTICS
39 bool "Transformation statistics (EXPERIMENTAL)"
40 depends on XFRM && PROC_FS && EXPERIMENTAL
41 ---help---
42 This statistics is not a SNMP/MIB specification but shows
43 statistics about transformation error (or almost error) factor
44 at packet processing for developer.
45
46 If unsure, say N.
47
Sam Ravnborg6a2e9b72005-07-11 21:13:56 -070048config NET_KEY
49 tristate "PF_KEY sockets"
50 select XFRM
51 ---help---
52 PF_KEYv2 socket family, compatible to KAME ones.
53 They are required if you are going to use IPsec tools ported
54 from KAME.
55
56 Say Y unless you know what you are doing.
57
Shinta Sugimotof6ed0ec2007-02-08 13:15:05 -080058config NET_KEY_MIGRATE
59 bool "PF_KEY MIGRATE (EXPERIMENTAL)"
60 depends on NET_KEY && EXPERIMENTAL
61 select XFRM_MIGRATE
62 ---help---
63 Add a PF_KEY MIGRATE message to PF_KEYv2 socket family.
64 The PF_KEY MIGRATE message is used to dynamically update
65 locator(s) of a given IPsec security association.
66 This feature is required, for instance, in a Mobile IPv6
67 environment with IPsec configuration where mobile nodes
68 change their attachment point to the Internet. Detail
69 information can be found in the internet-draft
70 <draft-sugimoto-mip6-pfkey-migrate>.
71
72 If unsure, say N.
Sam Ravnborg6a2e9b72005-07-11 21:13:56 -070073