openvpn: add list element parsing
authorFlorian Eckert <fe@dev.tdt.de>
Tue, 20 Nov 2018 15:01:20 +0000 (16:01 +0100)
committerHans Dedecker <dedeckeh@gmail.com>
Mon, 3 Dec 2018 08:54:03 +0000 (09:54 +0100)
commit675eb747aa1cb76d4d6e715728592974acac8cc1
tree81cbb68b7a1b3c3eb6d5f275a8a4a23983b51d6a
parent966ba6daa430922e41ca7598385817f5a611c9c7
openvpn: add list element parsing

For the parameters tls-cipher and ncp-ciphers more than one option can
be used in the OpenVPN configuration, separated by a colon, which should
be implemented as a list in order to configure it more clearly. By
adding the new OPENVPN_LIST option to the openvpn.options file with the
tls-cipher and ncp-cipher parameters, uci can now add this option as a
"list" and the init script will generate the appropriate OpenVPN
configuration from it.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
package/network/services/openvpn/Makefile
package/network/services/openvpn/files/openvpn.init
package/network/services/openvpn/files/openvpn.options