Merge pull request #23714 from stangri/master-pbr
[feed/packages.git] / net / openvpn / Config-openssl.in
1 if PACKAGE_openvpn-openssl
2
3 config OPENVPN_openssl_ENABLE_LZO
4 bool "Enable LZO compression support"
5 default y
6
7 config OPENVPN_openssl_ENABLE_LZ4
8 bool "Enable LZ4 compression support"
9 default y
10
11 config OPENVPN_openssl_ENABLE_X509_ALT_USERNAME
12 bool "Enable the --x509-username-field feature"
13 default n
14
15 #config OPENVPN_openssl_ENABLE_EUREPHIA
16 # bool "Enable support for the eurephia plug-in"
17 # default n
18
19 config OPENVPN_openssl_ENABLE_MANAGEMENT
20 bool "Enable management server support"
21 default n
22
23 #config OPENVPN_openssl_ENABLE_PKCS11
24 # bool "Enable pkcs11 support"
25 # default n
26
27 config OPENVPN_openssl_ENABLE_FRAGMENT
28 bool "Enable internal fragmentation support (--fragment)"
29 default y
30
31 config OPENVPN_openssl_ENABLE_PORT_SHARE
32 bool "Enable TCP server port-share support (--port-share)"
33 default y
34
35 config OPENVPN_openssl_ENABLE_IPROUTE2
36 bool "Enable support for iproute2"
37 default n
38
39 config OPENVPN_openssl_ENABLE_DCO
40 depends on !OPENVPN_openssl_ENABLE_IPROUTE2
41 bool "Enable support for data channel offload"
42 default n if OPENVPN_openssl_ENABLE_IPROUTE2
43 help
44 enable data channel offload support
45 using the ovpn-dco-v2 kernel module
46
47 config OPENVPN_openssl_ENABLE_SMALL
48 bool "Enable size optimization"
49 default y
50 help
51 enable smaller executable size (disable OCC, usage
52 message, and verb 4 parm list)
53
54 endif