2006-01-23 22:43:28 +01:00
|
|
|
config BR2_PACKAGE_IPSEC_TOOLS
|
|
|
|
bool "ipsec-tools"
|
2009-03-02 20:56:13 +01:00
|
|
|
select BR2_PACKAGE_OPENSSL
|
|
|
|
select BR2_PACKAGE_FLEX
|
|
|
|
select BR2_PACKAGE_FLEX_LIBFL
|
2006-01-23 22:43:28 +01:00
|
|
|
help
|
|
|
|
This package is required to support IPSec for Linux 2.6+
|
|
|
|
|
2010-06-13 14:24:48 +02:00
|
|
|
if BR2_PACKAGE_IPSEC_TOOLS
|
|
|
|
|
2006-01-23 22:43:28 +01:00
|
|
|
config BR2_PACKAGE_IPSEC_TOOLS_ADMINPORT
|
|
|
|
default y
|
|
|
|
bool "Enable racoonctl(8)."
|
|
|
|
help
|
2009-06-22 13:21:38 +02:00
|
|
|
Lets racoon to listen to racoon admin port, which is to
|
|
|
|
be contacted by racoonctl(8).
|
2006-01-23 22:43:28 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_IPSEC_TOOLS_NATT
|
|
|
|
bool "Enable NAT-Traversal"
|
|
|
|
help
|
2009-06-22 13:21:38 +02:00
|
|
|
This needs kernel support, which is available on Linux. On
|
|
|
|
NetBSD, NAT-Traversal kernel support has not been integrated
|
|
|
|
yet, you can get it from here:
|
2006-01-23 22:43:28 +01:00
|
|
|
|
2009-06-22 13:21:38 +02:00
|
|
|
http://ipsec-tools.sourceforge.net/netbsd_nat-t.diff If you
|
2006-01-23 22:43:28 +01:00
|
|
|
|
2009-06-22 13:21:38 +02:00
|
|
|
live in a country where software patents are legal, using
|
|
|
|
NAT-Traversal might infringe a patent.
|
2006-01-23 22:43:28 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_IPSEC_TOOLS_FRAG
|
|
|
|
bool "Enable IKE fragmentation."
|
|
|
|
help
|
2009-06-22 13:21:38 +02:00
|
|
|
Enable IKE fragmentation, which is a workaround for
|
|
|
|
broken routers that drop fragmented packets
|
2006-01-23 22:43:28 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_IPSEC_TOOLS_STATS
|
|
|
|
default y
|
|
|
|
bool "Enable statistics logging function."
|
|
|
|
|
|
|
|
config BR2_PACKAGE_IPSEC_TOOLS_READLINE
|
2009-01-30 10:54:59 +01:00
|
|
|
select BR2_PACKAGE_READLINE
|
2006-01-23 22:43:28 +01:00
|
|
|
bool "Enable readline input support if available."
|
|
|
|
|
2009-06-22 13:21:38 +02:00
|
|
|
choice
|
|
|
|
prompt "Security context"
|
|
|
|
default BR2_PACKAGE_IPSEC_SECCTX_DISABLE
|
|
|
|
help
|
|
|
|
Selects whether or not to enable security context support.
|
|
|
|
|
|
|
|
config BR2_PACKAGE_IPSEC_SECCTX_DISABLE
|
|
|
|
bool "Disable security context support"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_IPSEC_SECCTX_ENABLE
|
|
|
|
bool "Enable SELinux security context support"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_IPSEC_SECCTX_KERNEL
|
|
|
|
bool "Enable kernel security context"
|
|
|
|
|
|
|
|
endchoice
|
2009-08-04 17:16:03 +02:00
|
|
|
|
|
|
|
endif
|