Changeset 8138
- Timestamp:
- 01/01/12 15:47:19 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/branches/luci-0.10/modules/admin-full/luasrc/model/cbi/admin_network/dhcp.lua
r7912 r8138 236 236 237 237 mac = s:option(Value, "mac", translate("<abbr title=\"Media Access Control\">MAC</abbr>-Address")) 238 mac.datatype = " macaddr"238 mac.datatype = "list(macaddr)" 239 239 240 240 ip = s:option(Value, "ip", translate("<abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Address"))
