summaryrefslogtreecommitdiffstats
path: root/if-options.h
Commit message (Collapse)AuthorAge
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Add an option to fallback to a profile when DHCP fails.Roy Marples2009-04-18
|
* We need to move allow/deny back to optionsRoy Marples2009-04-17
|
* Some option only make sense in the configuration file, so remove shortRoy Marples2009-04-15
| | | | | options for them for future reuse.
* Add the ability to arping an address and select a profile based on theRoy Marples2009-03-31
| | | | | hardware address replied with or the ip address.
* Add an option to reconfigure dhcpcd without rebinding.Roy Marples2009-03-20
| | | | | | This is primarily for interaction with 3rd party link management, such as PPP. More work on #159.
* We can now detected primary addresses added or changed in BSD.Roy Marples2009-03-19
| | | | | | | | As such, we can wait for a 3RDPARTY to configure the interface, such as PPP. We can then take the destination addess and automatically give it a default route or any other DHCP option such as DNS servers. This addresses #159.
* Improve INFORM and STATIC support.Roy Marples2009-03-05
| | | | | | It's now possible to flip between DHCP, INFORM and STATIC on already running instances.
* Fix debug working in dhcpcd.confRoy Marples2009-02-23
|
* We should only send short hostnames as qualfied ones confuse ISC DHCP ↵Roy Marples2009-01-26
| | | | server. If a FQDN is required, then use that option instead of the hostname.
* Ensure that we have enough buffer for gethostname and terminate it correctly.Roy Marples2009-01-26
|
* You can now add a configure block per ssid if the interface is wireless.Roy Marples2009-01-01
|
* Add a static directive that allows the configuration of variables, whichRoy Marples2009-01-01
| | | | | | | | supercedes any DHCP configured variables. If ip_address is configured then we don't bother with a DHCP transaction.
* If no lease time is supplied, assume it's infinite.Roy Marples2008-11-19
|
* Allow the release keyword in dhcpcd.conf to release the lease on shutdown.Roy Marples2008-09-16
|
* Fix reboot timeout in dhcpcd.conf.Roy Marples2008-09-15
|
* Reboot off the last lease and use the last lease if not expired and user has ↵Roy Marples2008-09-15
| | | | asked for it. Also, add a reboot timeout toggle (default 10 seconds).
* Add allowinterfaces and denyinterfaces options to dhcpcd.conf for better ↵Roy Marples2008-09-11
| | | | multiple interface support.
* Don't spam on startup about unsupported interfaces if quiet.Roy Marples2008-09-05
|
* Remove some ints and replace with our option mask.Roy Marples2008-09-05
|
* Fix compile and wireless test on FreeBSD.Roy Marples2008-09-02
|
* Add an event loop.Roy Marples2008-09-02
Split client.c into smaller files and functions and recode around the event loop. Add multiple interface support using the new event loop. Document changes and outstanding bugs.