summaryrefslogtreecommitdiff
path: root/package/network/services/openvpn/files/openvpn.config
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-10-15 12:42:58 +0000
committerLuka Perkov <luka@openwrt.org>2013-10-15 12:42:58 +0000
commit5dc102ce0492e9d6c67d09a2464b0c1f0ba79494 (patch)
tree3642196530fd631ead01b2fdf29b5e91ff19aa86 /package/network/services/openvpn/files/openvpn.config
parenteda0fc3c6cc46f311ee3b74857e1c96d9334ace7 (diff)
downloadmtk-20170518-5dc102ce0492e9d6c67d09a2464b0c1f0ba79494.zip
mtk-20170518-5dc102ce0492e9d6c67d09a2464b0c1f0ba79494.tar.gz
mtk-20170518-5dc102ce0492e9d6c67d09a2464b0c1f0ba79494.tar.bz2
openvpn: make comp_lzo a parameter
Possible parameters are yes, no and adaptive. See manpage for more information. Signed-off-by: Philipp Borgers <borgers@mi.fu-berlin.de> SVN-Revision: 38412
Diffstat (limited to 'package/network/services/openvpn/files/openvpn.config')
-rw-r--r--package/network/services/openvpn/files/openvpn.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/openvpn/files/openvpn.config b/package/network/services/openvpn/files/openvpn.config
index 4a1f667..5cf0ba6 100644
--- a/package/network/services/openvpn/files/openvpn.config
+++ b/package/network/services/openvpn/files/openvpn.config
@@ -241,7 +241,7 @@ config openvpn sample_server
# Enable compression on the VPN link.
# If you enable it here, you must also
# enable it in the client config file.
- option comp_lzo 1
+ option comp_lzo yes
# The maximum number of concurrently connected
# clients we want to allow.
@@ -389,7 +389,7 @@ config openvpn sample_client
# Enable compression on the VPN link.
# Don't enable this unless it is also
# enabled in the server config file.
- option comp_lzo 1
+ option comp_lzo yes
# Set log file verbosity.
option verb 3