[FS#1478] openvpn: comp_lzo option is ignored
LEDE Bugs
lede-bugs at lists.infradead.org
Sun Apr 8 09:44:56 PDT 2018
A new Flyspray task has been opened. Details are below.
User who did this - Ilya Kitaev (mbg033)
Attached to Project - OpenWrt/LEDE Project
Summary - openvpn: comp_lzo option is ignored
Task Type - Bug Report
Category - Base system
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Medium
Priority - Very Low
Reported Version - Trunk
Due in Version - Undecided
Due Date - Undecided
Details - Model Xiaomi Mi Router 3G
Firmware Version OpenWrt SNAPSHOT r6640-c0742307a1 / LuCI Master (git-18.096.77918-83a59dc)
Kernel Version 4.14.32
"comp_lzo" option in /etc/openvpn/config is ignored - it missing in openvpn conf file
Having following config entry:
config openvpn 'myvpn_tap'
option float '1'
option client '1'
option dev 'tap'
option reneg_sec '0'
option verb '3'
option persist_key '1'
option nobind '1'
option remote_cert_tls 'server'
list remote 'myserver'
option port '1195'
option proto 'udp'
option pkcs12 '/etc/luci-uploads/cbid.openvpn.myvpn_tap.pkcs12'
option log_append '/var/log/openvpn_myvpn_tap.log'
option enabled '1'
option comp_lzo 'yes'
but "comp_lzo" option is not saved into /var/etc/openvpn_myvpn_tap.conf which turns tunnel non-working in case option enabled on the server side
More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=1478
More information about the lede-bugs
mailing list