openvpn: update to 2.6.10
[feed/packages.git] / net / openvpn / Config-mbedtls.in
1 if PACKAGE_openvpn-mbedtls
2
3 config OPENVPN_mbedtls_ENABLE_LZO
4 bool "Enable LZO compression support"
5 default n
6
7 config OPENVPN_mbedtls_ENABLE_LZ4
8 bool "Enable LZ4 compression support"
9 default y
10
11 #config OPENVPN_mbedtls_ENABLE_EUREPHIA
12 # bool "Enable support for the eurephia plug-in"
13 # default n
14
15 config OPENVPN_mbedtls_ENABLE_MANAGEMENT
16 bool "Enable management server support"
17 default n
18
19 #config OPENVPN_mbedtls_ENABLE_PKCS11
20 # bool "Enable pkcs11 support"
21 # default n
22
23 config OPENVPN_mbedtls_ENABLE_FRAGMENT
24 bool "Enable internal fragmentation support (--fragment)"
25 default y
26
27 config OPENVPN_mbedtls_ENABLE_PORT_SHARE
28 bool "Enable TCP server port-share support (--port-share)"
29 default y
30
31 config OPENVPN_mbedtls_ENABLE_IPROUTE2
32 bool "Enable support for iproute2"
33 default n
34
35 config OPENVPN_mbedtls_ENABLE_DCO
36 depends on !OPENVPN_mbedtls_ENABLE_IPROUTE2
37 bool "Enable support for data channel offload"
38 default n if OPENVPN_mbedtls_ENABLE_IPROUTE2
39 help
40 enable data channel offload support
41 using the ovpn-dco-v2 kernel module
42
43 config OPENVPN_mbedtls_ENABLE_SMALL
44 bool "Enable size optimization"
45 default y
46 help
47 enable smaller executable size (disable OCC, usage
48 message, and verb 4 parm list)
49
50 endif