Changeset 8154
- Timestamp:
- 01/07/12 22:55:52 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/applications/luci-firewall/luasrc/model/cbi/firewall/zone-details.lua
r8108 r8154 3 3 4 4 Copyright 2008 Steven Barth <steven@midlink.org> 5 Copyright 2010-2011 Jo-Philipp Wich <xm@subsignal.org> 5 6 6 7 Licensed under the Apache License, Version 2.0 (the "License"); … … 137 138 138 139 msrc.optional = true 139 msrc.datatype = " neg_network_ip4addr"140 msrc.datatype = "list(neg,network)" 140 141 msrc.placeholder = "0.0.0.0/0" 141 142 msrc:depends("family", "") … … 146 147 147 148 mdest.optional = true 148 mdest.datatype = " neg_network_ip4addr"149 mdest.datatype = "list(neg,network)" 149 150 mdest.placeholder = "0.0.0.0/0" 150 151 mdest:depends("family", "")
