Changeset 8696
- Timestamp:
- 06/05/12 15:05:03 (12 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
r7717 r8696 489 489 translate("Lowest leased address as offset from the network address.")) 490 490 start.optional = true 491 start.datatype = " uinteger"491 start.datatype = "or(uinteger,ip4addr)" 492 492 start.default = "100" 493 493
