[IPV6] MIP6: Ignore to report if mobility headers is rejected.
[deliverable/linux.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
6a2e9b73
SR
17config NET_KEY
18 tristate "PF_KEY sockets"
19 select XFRM
20 ---help---
21 PF_KEYv2 socket family, compatible to KAME ones.
22 They are required if you are going to use IPsec tools ported
23 from KAME.
24
25 Say Y unless you know what you are doing.
26
27
This page took 0.224082 seconds and 5 git commands to generate.