projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
969c080
)
fix limit
author
Travis Kemen
<thepeople@openwrt.org>
Thu, 18 Mar 2010 15:50:05 +0000
(15:50 +0000)
committer
Travis Kemen
<thepeople@openwrt.org>
Thu, 18 Mar 2010 15:50:05 +0000
(15:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20275
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/dnsmasq/files/dnsmasq.init
patch
|
blob
|
history
diff --git
a/package/dnsmasq/files/dnsmasq.init
b/package/dnsmasq/files/dnsmasq.init
index
3509d94
..
1b6dee4
100644
(file)
--- a/
package/dnsmasq/files/dnsmasq.init
+++ b/
package/dnsmasq/files/dnsmasq.init
@@
-263,7
+263,7
@@
dhcp_add() {
leasetime="${leasetime:-12h}"
start="$(dhcp_calc "${start:-100}")"
- limit="$
(${limit:-150})
"
+ limit="$
{limit:-150}
"
eval "$(ipcalc.sh $ipaddr $netmask $start $limit)"
if [ "$dynamicdhcp" = "0" ]; then END="static"; fi
append args "--dhcp-range=$networkid,$START,$END,$NETMASK,$leasetime${options:+ $options}"