summaryrefslogtreecommitdiffhomepage
path: root/protocols
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2017-06-19 11:22:28 +0800
committerYousong Zhou <yszhou4tech@gmail.com>2017-06-19 11:26:36 +0800
commitdfd082c53bfb607b0c78973095ab49f831b7e1ac (patch)
tree9a1bf6eca5f4e191383b8f19c7ba250d2ca05872 /protocols
parentcf8146ff6779b5b97933d48a6eda8292b792b36b (diff)
luci-proto-openconnect: remove "interface" field
It's not needed anymore and removed in the openconnect package Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'protocols')
-rw-r--r--protocols/luci-proto-openconnect/luasrc/model/cbi/admin_network/proto_openconnect.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/luci-proto-openconnect/luasrc/model/cbi/admin_network/proto_openconnect.lua b/protocols/luci-proto-openconnect/luasrc/model/cbi/admin_network/proto_openconnect.lua
index a602a4c66..5adfccae4 100644
--- a/protocols/luci-proto-openconnect/luasrc/model/cbi/admin_network/proto_openconnect.lua
+++ b/protocols/luci-proto-openconnect/luasrc/model/cbi/admin_network/proto_openconnect.lua
@@ -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"),