Merge pull request #319 from nmav/oc-iface

openconnect: ask for the output interface name
This commit is contained in:
Jo-Philipp Wich 2015-02-08 19:13:12 +01:00
commit a0f0e008f7

View file

@ -19,6 +19,9 @@ port = section:taboption("general", Value, "port", translate("VPN Server port"))
port.placeholder = "443"
port.datatype = "port"
ifname = section:taboption("general", Value, "interface", translate("Output Interface"))
ifname.template = "cbi/network_netlist"
section:taboption("general", Value, "serverhash", translate("VPN Server's certificate SHA1 hash"))
section:taboption("general", Value, "authgroup", translate("AuthGroup"))