diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-10-15 12:42:58 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-10-15 12:42:58 +0000 |
commit | 6bd57db600b38086b15b7a723bff0d9c0b323a1b (patch) | |
tree | 8dda94d2ac11edb4e3f131c2504f9496dc366b2b /package/network/services/openvpn/files/openvpn.config | |
parent | 715166edf4099ffb19411f21a827d32f3f91d124 (diff) |
[package] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38412 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/openvpn/files/openvpn.config')
-rw-r--r-- | package/network/services/openvpn/files/openvpn.config | 4 |
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 4a1f66733a..5cf0ba6be6 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 |