blob: 53381888a7b3ccc86a5f7ef0faaa3c9e95d784ee [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
Eric Dumazet97e219b2017-02-07 15:37:15 -08007 select GRO_CELLS
Sam Ravnborg6a2e9b72005-07-11 21:13:56 -07008
Steffen Klassert25393d32017-02-15 09:39:44 +01009config XFRM_OFFLOAD
10 bool
11 depends on XFRM
12
Jan Beulich7e152522012-05-15 01:57:44 +000013config XFRM_ALGO
14 tristate
15 select XFRM
16 select CRYPTO
17
Linus Torvalds1da177e2005-04-16 15:20:36 -070018config XFRM_USER
Masahide NAKAMURA654b32c2006-08-23 19:12:56 -070019 tristate "Transformation user configuration interface"
Jan Beulich7e152522012-05-15 01:57:44 +000020 depends on INET
21 select XFRM_ALGO
Linus Torvalds1da177e2005-04-16 15:20:36 -070022 ---help---
Masahide NAKAMURA654b32c2006-08-23 19:12:56 -070023 Support for Transformation(XFRM) user configuration interface
24 like IPsec used by native Linux tools.
Linus Torvalds1da177e2005-04-16 15:20:36 -070025
26 If unsure, say Y.
27
Steffen Klassertf203b762018-06-12 14:07:12 +020028config XFRM_INTERFACE
29 tristate "Transformation virtual interface"
30 depends on XFRM && IPV6
31 ---help---
32 This provides a virtual interface to route IPsec traffic.
33
34 If unsure, say N.
35
Masahide NAKAMURAc11f1a12006-08-23 22:38:14 -070036config XFRM_SUB_POLICY
Kees Cookf215bf42012-10-02 11:20:07 -070037 bool "Transformation sub policy support"
38 depends on XFRM
Masahide NAKAMURAc11f1a12006-08-23 22:38:14 -070039 ---help---
40 Support sub policy for developers. By using sub policy with main
41 one, two policies can be applied to the same packet at once.
42 Policy which lives shorter time in kernel should be a sub.
43
44 If unsure, say N.
45
Shinta Sugimotod0473652007-02-08 13:13:07 -080046config XFRM_MIGRATE
Kees Cookf215bf42012-10-02 11:20:07 -070047 bool "Transformation migrate database"
48 depends on XFRM
Shinta Sugimotod0473652007-02-08 13:13:07 -080049 ---help---
50 A feature to update locator(s) of a given IPsec security
51 association dynamically. This feature is required, for
52 instance, in a Mobile IPv6 environment with IPsec configuration
53 where mobile nodes change their attachment point to the Internet.
54
55 If unsure, say N.
56
Masahide NAKAMURA8ea84342007-12-20 20:44:02 -080057config XFRM_STATISTICS
Kees Cookf215bf42012-10-02 11:20:07 -070058 bool "Transformation statistics"
59 depends on INET && XFRM && PROC_FS
Masahide NAKAMURA8ea84342007-12-20 20:44:02 -080060 ---help---
61 This statistics is not a SNMP/MIB specification but shows
62 statistics about transformation error (or almost error) factor
63 at packet processing for developer.
64
65 If unsure, say N.
66
Herbert Xu6fccab62008-07-25 02:54:40 -070067config XFRM_IPCOMP
68 tristate
Jan Beulich7e152522012-05-15 01:57:44 +000069 select XFRM_ALGO
Herbert Xu6fccab62008-07-25 02:54:40 -070070 select CRYPTO
71 select CRYPTO_DEFLATE
72
Sam Ravnborg6a2e9b72005-07-11 21:13:56 -070073config NET_KEY
74 tristate "PF_KEY sockets"
Jan Beulich7e152522012-05-15 01:57:44 +000075 select XFRM_ALGO
Sam Ravnborg6a2e9b72005-07-11 21:13:56 -070076 ---help---
77 PF_KEYv2 socket family, compatible to KAME ones.
78 They are required if you are going to use IPsec tools ported
79 from KAME.
80
81 Say Y unless you know what you are doing.
82
Shinta Sugimotof6ed0ec2007-02-08 13:15:05 -080083config NET_KEY_MIGRATE
Kees Cookf215bf42012-10-02 11:20:07 -070084 bool "PF_KEY MIGRATE"
85 depends on NET_KEY
Shinta Sugimotof6ed0ec2007-02-08 13:15:05 -080086 select XFRM_MIGRATE
87 ---help---
88 Add a PF_KEY MIGRATE message to PF_KEYv2 socket family.
89 The PF_KEY MIGRATE message is used to dynamically update
90 locator(s) of a given IPsec security association.
91 This feature is required, for instance, in a Mobile IPv6
92 environment with IPsec configuration where mobile nodes
93 change their attachment point to the Internet. Detail
94 information can be found in the internet-draft
95 <draft-sugimoto-mip6-pfkey-migrate>.
96
97 If unsure, say N.
Sam Ravnborg6a2e9b72005-07-11 21:13:56 -070098