summaryrefslogtreecommitdiff
path: root/sbin/dhcpleased/engine.c
AgeCommit message (Expand)Author
2021-03-07Reduce debug logging by moving protocol level debug logFlorian Obser
2021-03-07No need to cap the exponential backoff here, iface_timeout() alreadyFlorian Obser
2021-03-06Turns out there are dhcp servers that ignore DHCPREQUEST messages whenFlorian Obser
2021-03-01Log adding and deleting of IP addresses as well as nameservers.Florian Obser
2021-03-01We really must handle all possible enumeration values inFlorian Obser
2021-03-01Let send_rdns_withdraw and send_deconfigure_interface clean up afterFlorian Obser
2021-02-28Introduce #defines for exponential backoff, explain where they comeFlorian Obser
2021-02-27Read the lease file into a statically sized buffer and pass it over toFlorian Obser
2021-02-26Import dhcpleased(8) - a dhcp daemon to acquire IPv4 address leasesFlorian Obser