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>
(cherry picked from commit dfd082c53b
)
This commit is contained in:
parent
914dfc32cc
commit
8955523f04
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