luci-0.10: merge r8137

This commit is contained in:
Jo-Philipp Wich 2012-01-01 14:47:19 +00:00
parent 8475315bac
commit 6de2016817

View file

@ -235,7 +235,7 @@ name.datatype = "hostname"
name.rmempty = true
mac = s:option(Value, "mac", translate("<abbr title=\"Media Access Control\">MAC</abbr>-Address"))
mac.datatype = "macaddr"
mac.datatype = "list(macaddr)"
ip = s:option(Value, "ip", translate("<abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Address"))
ip.datatype = "ip4addr"