luci-proto-openconnect: remove "interface" field 1135/head
authorYousong Zhou <yszhou4tech@gmail.com>
Mon, 19 Jun 2017 03:22:28 +0000 (11:22 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Mon, 19 Jun 2017 03:26:36 +0000 (11:26 +0800)
It's not needed anymore and removed in the openconnect package

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
protocols/luci-proto-openconnect/luasrc/model/cbi/admin_network/proto_openconnect.lua

index a602a4c..5adfcca 100644 (file)
@@ -19,8 +19,6 @@ 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"
 
 defaultroute = section:taboption("advanced", Flag, "defaultroute",
        translate("Use default gateway"),