Finally fix the usage of limit (#2240)

SVN-Revision: 8712
lede-17.01
Florian Fainelli 2007-09-09 16:05:14 +00:00
parent 328f9d26d8
commit 038459c125
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ dhcp_add() {
leasetime="${leasetime:-12h}"
start="$(dhcp_calc "${start:-100}")"
limit="$((${limit:-150} + 1))"
eval "$(ipcalc.sh $ipaddr $netmask $start $end)"
eval "$(ipcalc.sh $ipaddr $netmask $start $limit)"
append args "--dhcp-range=$name,$START,$END,$NETMASK,$leasetime${options:+ $options}"
dhcp_option_add "$cfg" "$name"