Commit Graph

9 Commits

Author SHA1 Message Date
Roy Marples
c5cf49e71a If no lease time is supplied, assume it's infinite. 2008-11-19 14:58:24 +00:00
Roy Marples
2662d5195f Allow the release keyword in dhcpcd.conf to release the lease on shutdown. 2008-09-16 13:17:23 +00:00
Roy Marples
5c957ca3d3 Fix reboot timeout in dhcpcd.conf. 2008-09-15 16:43:27 +00:00
Roy Marples
a2a9a498da Reboot off the last lease and use the last lease if not expired and user has asked for it. Also, add a reboot timeout toggle (default 10 seconds). 2008-09-15 15:23:46 +00:00
Roy Marples
ba97e49417 Add allowinterfaces and denyinterfaces options to dhcpcd.conf for better multiple interface support. 2008-09-11 09:38:02 +00:00
Roy Marples
f25f3fb214 Don't spam on startup about unsupported interfaces if quiet. 2008-09-05 15:46:02 +00:00
Roy Marples
da16617840 Remove some ints and replace with our option mask. 2008-09-05 07:22:03 +00:00
Roy Marples
ccf0a5f559 Fix compile and wireless test on FreeBSD. 2008-09-02 15:25:14 +00:00
Roy Marples
fd05b7dcfc Add an event loop.
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.
2008-09-02 13:28:11 +00:00