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>
This commit is contained in:
parent
cf8146ff67
commit
dfd082c53b
1 changed files with 0 additions and 2 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue