2
0
forked from Ivasoft/openwrt

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
This commit is contained in:
Luka Perkov
2013-10-15 12:42:58 +00:00
parent eda0fc3c6c
commit 5dc102ce04
3 changed files with 5 additions and 5 deletions

View File

@@ -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