2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
# XFRM configuration
|
|
|
|
#
|
2005-07-12 12:13:56 +08:00
|
|
|
config XFRM
|
|
|
|
bool
|
|
|
|
depends on NET
|
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
config XFRM_USER
|
2006-08-24 10:12:56 +08:00
|
|
|
tristate "Transformation user configuration interface"
|
2005-04-17 06:20:36 +08:00
|
|
|
depends on INET && XFRM
|
|
|
|
---help---
|
2006-08-24 10:12:56 +08:00
|
|
|
Support for Transformation(XFRM) user configuration interface
|
|
|
|
like IPsec used by native Linux tools.
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
If unsure, say Y.
|
|
|
|
|
2005-07-12 12:13:56 +08:00
|
|
|
config NET_KEY
|
|
|
|
tristate "PF_KEY sockets"
|
|
|
|
select XFRM
|
|
|
|
---help---
|
|
|
|
PF_KEYv2 socket family, compatible to KAME ones.
|
|
|
|
They are required if you are going to use IPsec tools ported
|
|
|
|
from KAME.
|
|
|
|
|
|
|
|
Say Y unless you know what you are doing.
|
|
|
|
|
|
|
|
|