]> git.ipfire.org Git - thirdparty/dhcp.git/commit - server/confpars.c
- Failover pairs now implement 'MAC Affinity' on leases moving from the
authorDavid Hankins <dhankins@isc.org>
Fri, 16 Jun 2006 19:26:45 +0000 (19:26 +0000)
committerDavid Hankins <dhankins@isc.org>
Fri, 16 Jun 2006 19:26:45 +0000 (19:26 +0000)
commit2426234f7c35a1b7d13775e71dc699e333c525bc
tree343639b4e04fb89cb96a3814480b822d04fea5ec
parent1b2ab55fddbf8eb48679f8512c7b066167e6f59e
- Failover pairs now implement 'MAC Affinity' on leases moving from the
  active to free states.  Leases that belonged to the failover secondary
  are moved to BACKUP state rather than FREE upon exiting EXPIRED state.
  If lease rebalancing must move leases, it tries first to move leases
  that belong to the peer in need.
- The server no longer sends POOLREQ messages unless the pool is severely
  misbalanced in the peer's favor (see 'man dhcpd.conf' for more details).
- Pool rebalance events no longer happen upon successfully allocating a
  lease.  Instead, they happen on a schedule.  See 'man dhcpd.conf' for the
  min-balance and max-balance statements for more information.

  [ISC-Bugs #13308]
RELNOTES
common/conflex.c
includes/dhcpd.h
includes/dhctoken.h
includes/failover.h
server/confpars.c
server/dhcp.c
server/dhcpd.conf.5
server/failover.c
server/mdb.c