[applications] multiwan: removed LAN interface setting
This commit is contained in:
parent
4238397afe
commit
6d804beac3
5 changed files with 0 additions and 23 deletions
|
@ -153,9 +153,4 @@ default_route.default = "balancer"
|
||||||
default_route.optional = false
|
default_route.optional = false
|
||||||
default_route.rmempty = false
|
default_route.rmempty = false
|
||||||
|
|
||||||
lan_if = s:option(ListValue, "lan_if", translate("LAN Interface"))
|
|
||||||
luci.tools.webadmin.cbi_add_networks(lan_if)
|
|
||||||
lan_if.optional = false
|
|
||||||
lan_if.rmempty = false
|
|
||||||
|
|
||||||
return m
|
return m
|
||||||
|
|
|
@ -65,9 +65,4 @@ default_route.default = "balancer"
|
||||||
default_route.optional = false
|
default_route.optional = false
|
||||||
default_route.rmempty = false
|
default_route.rmempty = false
|
||||||
|
|
||||||
lan_if = s:option(ListValue, "lan_if", translate("LAN Interface"))
|
|
||||||
luci.tools.webadmin.cbi_add_networks(lan_if)
|
|
||||||
lan_if.optional = false
|
|
||||||
lan_if.rmempty = false
|
|
||||||
|
|
||||||
return m
|
return m
|
||||||
|
|
|
@ -15,12 +15,6 @@ config variable
|
||||||
option section 'multiwan.multiwan'
|
option section 'multiwan.multiwan'
|
||||||
option required true
|
option required true
|
||||||
|
|
||||||
config variable
|
|
||||||
option name 'lan_if'
|
|
||||||
option title 'LAN Interface'
|
|
||||||
option section 'multiwan.multiwan'
|
|
||||||
option required true
|
|
||||||
|
|
||||||
config section
|
config section
|
||||||
option name 'interface'
|
option name 'interface'
|
||||||
option title 'WAN Interfaces'
|
option title 'WAN Interfaces'
|
||||||
|
|
|
@ -134,7 +134,3 @@ msgstr "Ports"
|
||||||
msgid "Protocol"
|
msgid "Protocol"
|
||||||
msgstr "Protocol"
|
msgstr "Protocol"
|
||||||
|
|
||||||
#: /tmp/i18n/luasrc/i18n/multiwan.en.lua:27
|
|
||||||
#. LAN Interface
|
|
||||||
msgid "LAN Interface"
|
|
||||||
msgstr "LAN Interface"
|
|
||||||
|
|
|
@ -45,9 +45,6 @@ msgid ""
|
||||||
"Health Monitor detects and corrects network changes and failed connections."
|
"Health Monitor detects and corrects network changes and failed connections."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "LAN Interface"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Load Balancer Distribution"
|
msgid "Load Balancer Distribution"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue