CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/07/05 10:17:42
Modified files:
sbin/dhclient : clparse.c dhclient.c dhcpd.h
Log message:
Remove knowledge of struct interface_info from clparse.c. Just
pass the interface name and the TAILQ to put static leases into.
Add a TAILQ for static leases to struct client_config to hold the
static leases until it's time to add them to ifi.
Add add_lease() to add leases to a TAILQ while checking for
leases that are superseded by the new lease.