diff --git a/luci-app-macvlan/files/luci/model/cbi/macvlan/macvlan.lua b/luci-app-macvlan/files/luci/model/cbi/macvlan/macvlan.lua index 500d32d82..2bcba5f18 100644 --- a/luci-app-macvlan/files/luci/model/cbi/macvlan/macvlan.lua +++ b/luci-app-macvlan/files/luci/model/cbi/macvlan/macvlan.lua @@ -10,7 +10,7 @@ s.addremove = true s.anonymous = false s.template = "cbi/tblsection" -hn = s:option(ListValue, "ifname", translate("Interface")) +hn = s:option(Value, "ifname", translate("Interface")) hn.rmempty = false for _, iface in ipairs(ifaces) do