[XFRM]: User interface for handling XFRM_MSG_MIGRATE
[linux-2.6-block.git] / net / xfrm / Kconfig
CommitLineData
1da177e4
LT
1#
2# XFRM configuration
3#
6a2e9b73
SR
4config XFRM
5 bool
6 depends on NET
7
1da177e4 8config XFRM_USER
654b32c6 9 tristate "Transformation user configuration interface"
1da177e4
LT
10 depends on INET && XFRM
11 ---help---
654b32c6
MN
12 Support for Transformation(XFRM) user configuration interface
13 like IPsec used by native Linux tools.
1da177e4
LT
14
15 If unsure, say Y.
16
c11f1a15
MN
17config 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
6a2e9b73
SR
27config NET_KEY
28 tristate "PF_KEY sockets"
29 select XFRM
30 ---help---
31 PF_KEYv2 socket family, compatible to KAME ones.
32 They are required if you are going to use IPsec tools ported
33 from KAME.
34
35 Say Y unless you know what you are doing.
36
37