2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-24 19:08:08 +00:00

113 Commits

Author SHA1 Message Date
David Hankins
2b9ce770a3 MAC address affinity and reserved leases were subtly incompatible.
[ISC-Bugs #16172]
2006-06-19 15:15:16 +00:00
David Hankins
2426234f7c - 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]
2006-06-16 19:26:45 +00:00
David Hankins
0b17f049ed - The Load Balance Algorithm was misimplemented. The current implementation
matches RFC 3074. [ISC-Bugs #15980]
2006-05-04 21:14:21 +00:00
David Hankins
a55ccdd037 - Support for 'reserved' (psuedo-static) and BOOTP leases via failover
was introduced. [ISC-Bugs #13672]
- The failover implementation was updated to comply with revision 12 of
  the protocol draft. [ISC-Bugs #13672]
2006-04-27 17:26:42 +00:00
David Hankins
88cd8aca9e - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silence
robie).
2006-02-24 23:16:32 +00:00
David Hankins
98311e4ba9 MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE are
now synced as of tag V3-0-3-BETA-1.
2005-03-17 20:15:29 +00:00
Ted Lemon
a609e69bba sync with branch 2001-08-10 10:50:50 +00:00
Ted Lemon
0db87765e3 Pull up RC9 2001-06-29 18:34:57 +00:00
Ted Lemon
d758ad8cac Merge changes between 3.0rc7 and 3.0rc8pl2. 2001-06-27 00:31:20 +00:00
Ted Lemon
31bbee784c Sync with 3.0rc7 2001-05-17 19:04:09 +00:00
Ted Lemon
01c6e68ac8 - Whenever we are connected, send updates.
- Correctly handle an immediate peer transition to partner-down when we come
  up in normal.
- Change 'peer_name' attribute of failover-state object to just 'name'.
2001-05-03 18:31:28 +00:00
Ted Lemon
2036af066a - When we are in partner_down and peer moves to recover_wait, behave as we
would for recover, not for recover_done.
2001-05-01 23:12:06 +00:00
Ted Lemon
37d8bfebe6 Don't bother with recover_wait if both peers are recovering. 2001-05-01 20:02:10 +00:00
Ted Lemon
61aaca12d9 Make put_message work with mallocs that don't allocate zero-length buffers. 2001-04-20 19:58:42 +00:00
Ted Lemon
17a5059ba0 - If we are get a contact timeout on a link, drop it, regardless of
what state we're in.
2001-04-20 19:05:53 +00:00
Ted Lemon
d07ccee395 Don't ignore 'no-op' peer state changes when we're disconnected. 2001-04-20 18:48:25 +00:00
Ted Lemon
837d4342f8 Oops, keep the old stos but take the new state when moving to recover_wait! 2001-04-20 18:34:27 +00:00
Ted Lemon
fd273e02d9 - Add recover_wait state.
- If we make transition from startup to recover_wait, set a timer to
  get us to recover_done.
- If peer state update is received, _always_ check to see if we should
  do a transition out of startup.
2001-04-20 18:11:40 +00:00
Ted Lemon
f67a7be59e - Don't print out spurious messages and initiate reconnect timeouts when
dhcp_failover_link_initiate returns ISC_R_INCOMPLETE.
2001-04-20 15:14:40 +00:00
Ted Lemon
755acf8875 - Add some informational statements in recover mode when it looks like nothing
is happening.
- Fix another compile option incompatibility.
2001-04-18 19:00:42 +00:00
Ted Lemon
294d641edb Fix a couple of ifdef compatibility mistakes. 2001-04-17 04:10:47 +00:00
Ted Lemon
da2928331e Rototill the failover protocol support. 2001-04-16 22:28:50 +00:00
Ben Cottrell
fa0b47093f Fix RT #1100. This was due to incorrect refcounting of failover messages
in two places, and also the fact that failover_message_dereference() was
not zeroing out the pointer.
2001-03-28 23:07:10 +00:00
Ted Lemon
d588b01f6e - Return a correct status in lease_ours_to_reallocate even if the lease isn't
in a failover pool.
2001-03-16 01:56:32 +00:00
Ted Lemon
d2ff2ec298 Don't reference/dereference failover_listeners if it's null. 2001-03-14 17:40:59 +00:00
Ted Lemon
7c6a9da029 Fix up a couple of type errors 2001-03-01 07:25:47 +00:00
Damien Neil
311dbab63d Allow failover_state objects to have their local-state field to be changed
via OMAPI.  In addition, attempts to set other fields in a state object
will return success without modifying the object; this is very ugly, but
required to allow an open -> modify -> update sequence of OMAPI operations
to work properly.
2001-02-27 01:17:34 +00:00
Ted Lemon
12fd607507 Fix up function declaration formatting. 2001-02-22 07:30:21 +00:00
Damien Neil
988c1ca71f Added failover ack queueing. Failover update messages are no longer
immediately responded to, but are placed on a queue (attached to
the dhcp_failover_state_t structure).  Updated leases are committed
only when the queue is drained, giving a significant performance
increase.

The toack queue is drained:
  a) when the queue size exceeds half the partner's max-unacked-updates
     setting, or
  b) two seconds after the last update message is received.

Added 'refcnt' and 'next' fields to the failover_message_t structure,
to allow messages to be placed on the toack queue.

On the sending side, leases are no longer committed immediately after
being acked.  Rather, the commit is deferred until no further acks are
pending.  This also gives a major gain in performance.
2001-02-22 00:15:54 +00:00
Damien Neil
382f3632a9 Removed a log message from dhcp_failover_pool_rebalance() which generates
a bit too much spam.
2001-02-15 22:14:41 +00:00
Damien Neil
0980d1f7f9 Changed dhcp_failover_pool_rebalance() to defer committing updated
leases until the rebalance has completed.  This gives a significant
performance gain when rebalancing large numbers of leases.
2001-02-15 21:35:30 +00:00
Ted Lemon
5f236d89ed Don't use snprintf on platforms that don't have it. 2001-01-25 08:35:24 +00:00
Ted Lemon
54bdf6c75e - Be more verbose about bogus state transitions.
- Don't accidentally do the transition when we decide not to.
2001-01-19 11:06:45 +00:00
Ted Lemon
9e3831637a Pass client state to eval functions. Lots of other stuff. 2000-11-28 23:27:24 +00:00
Ted Lemon
812022ffd6 Add in a couple of missing break statements. 2000-11-24 04:19:05 +00:00
Ted Lemon
8998f8dff8 Don't print silly error messages 2000-09-29 22:04:35 +00:00
Ted Lemon
380da6c0dc Fix misnamed function call. 2000-09-20 10:13:43 +00:00
Ted Lemon
db6960a7fa - When partner disconnects (or stops responding to keepalives), try
to reconnect.
2000-09-20 09:06:39 +00:00
Ted Lemon
de8dfadfb6 Fix a core dump when a listen address is not specified (Joseph Breu). 2000-09-04 22:32:34 +00:00
Ted Lemon
d9539882ba Explicitly handle some impossible states. 2000-09-01 17:22:48 +00:00
Ted Lemon
02ca1b45b7 Fix lots of state change problems. 2000-08-31 04:41:10 +00:00
Ted Lemon
5f0c7be134 - Add a bunch of support for all the funny recovery states.
- Clean up existing state machine support.
2000-08-24 18:41:42 +00:00
Ted Lemon
00c272ee8b Fix another signed vs. unsigned char pointer issue. 2000-06-29 20:02:50 +00:00
Ted Lemon
0096c63929 Fix an unprotected call to failover_print. 2000-06-24 06:30:11 +00:00
Ted Lemon
999992c91e Fix a couple of problems with the ack and update queue code. 2000-06-12 20:19:21 +00:00
Ted Lemon
e651f9b234 Fix up handling of failover peer disconnects. 2000-06-08 21:29:02 +00:00
Ted Lemon
6f0b9ed09c - Break ack queue chain when a lease is removed from the ack queue, so that
its successor doesn't wind up back on the update queue when the lease is
  next updated.
- Print the reject reason when a BNDACK includes one, but still remove the
  lease from the update queue.
- Don't use the lease to send the BNDACK, since there may not be one locally.
- Support contact message, and inter-message-arrival timeouts.
2000-06-07 00:05:17 +00:00
Ted Lemon
007e3ee4df Rework DHCP lease state handling to be compatible with failover protocol. 2000-06-02 21:27:21 +00:00
Ted Lemon
165bce70b2 Fix up various platform-specific errors. 2000-05-17 16:04:26 +00:00
Ted Lemon
20916cae75 - Fix all the OMAPI objects in the DHCP server and client that weren't
being correctly reference-counted.
- Make and use object-specific allocators.
- Add reference/dereference support to hash functions and to timeout
  functions.
2000-05-16 23:03:49 +00:00