modules/admin-full: allow space separated lists of macs in static lease form (#319)

This commit is contained in:
Jo-Philipp Wich 2012-01-01 14:43:56 +00:00
parent 33e088dd9d
commit 706eb828ad

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"