2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

Expire old IPv6 leases. Also a number of fixes.

See RT ticket #16849 for details.
This commit is contained in:
Shane Kerr
2007-05-18 09:26:58 +00:00
parent 8c1752d2ce
commit d9b43370a4
6 changed files with 334 additions and 97 deletions

View File

@@ -34,7 +34,7 @@
#ifndef lint
static char ocopyright[] =
"$Id: dhcpd.c,v 1.122 2007/05/08 23:05:22 dhankins Exp $ Copyright 2004-2006 Internet Systems Consortium.";
"$Id: dhcpd.c,v 1.123 2007/05/18 09:26:58 shane Exp $ Copyright 2004-2006 Internet Systems Consortium.";
#endif
static char copyright[] =
@@ -952,6 +952,11 @@ void postdb_startup (void)
/* Initialize the failover listener state. */
dhcp_failover_startup ();
#endif
/*
* Begin our lease timeout background task.
*/
schedule_all_ipv6_lease_timeouts();
}
/* Print usage message. */