config_get leasetime "$cfg" leasetime
config_get options "$cfg" options
leasetime="${leasetime:-12h}"
start="$(dhcp_calc "${start:-100}")"
config_get leasetime "$cfg" leasetime
config_get options "$cfg" options
leasetime="${leasetime:-12h}"
start="$(dhcp_calc "${start:-100}")"
append args "-F $START,$END,$NETMASK,$leasetime${options:+ $options}"
}
append args "-F $START,$END,$NETMASK,$leasetime${options:+ $options}"
}