[applications] multiwan: removed LAN interface setting
[project/luci.git] / applications / luci-multiwan / luasrc / model / cbi / multiwan / multiwan.lua
index 16ee847..96718f7 100644 (file)
@@ -153,9 +153,4 @@ default_route.default = "balancer"
 default_route.optional = 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