mirror of https://github.com/hak5/openwrt-owl.git
parent
4c0b32c02a
commit
0fd984fc4f
|
@ -263,7 +263,7 @@ dhcp_add() {
|
||||||
|
|
||||||
leasetime="${leasetime:-12h}"
|
leasetime="${leasetime:-12h}"
|
||||||
start="$(dhcp_calc "${start:-100}")"
|
start="$(dhcp_calc "${start:-100}")"
|
||||||
limit="$(${limit:-150})"
|
limit="${limit:-150}"
|
||||||
eval "$(ipcalc.sh $ipaddr $netmask $start $limit)"
|
eval "$(ipcalc.sh $ipaddr $netmask $start $limit)"
|
||||||
if [ "$dynamicdhcp" = "0" ]; then END="static"; fi
|
if [ "$dynamicdhcp" = "0" ]; then END="static"; fi
|
||||||
append args "--dhcp-range=$networkid,$START,$END,$NETMASK,$leasetime${options:+ $options}"
|
append args "--dhcp-range=$networkid,$START,$END,$NETMASK,$leasetime${options:+ $options}"
|
||||||
|
|
Loading…
Reference in New Issue