mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
remove +1 as it isn't needed since 16619
SVN-Revision: 20259
This commit is contained in:
parent
3b12eda623
commit
e2f86520c5
@ -263,7 +263,7 @@ dhcp_add() {
|
||||
|
||||
leasetime="${leasetime:-12h}"
|
||||
start="$(dhcp_calc "${start:-100}")"
|
||||
limit="$((${limit:-150} + 1))"
|
||||
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}"
|
||||
|
Loading…
Reference in New Issue
Block a user