functions.
See RT ticket #17371 for more.
suggested fixes to <dhcp-users@isc.org>.
- Chagnes since 4.0.0
+ Changes since 4.0.0
- The warning logged when an address range doesn't fit in the subnets
they were declared has been updated to be more helpful and identify the
'conflict-done' state message to be logged as 'unknown-state' has been
repaired. It is now logged correctly.
+- Fixed definition of the iaaddr hash functions to use the correct
+ functions when referencing and dereferencing memory.
+
Changes since 4.0.0b3
- The reverse dns name for PTR updates on IPv6 addresses has been fixed to
ia_na_hash_t *ia_active;
HASH_FUNCTIONS(iaaddr, struct in6_addr *, struct iaaddr, iaaddr_hash_t,
- ia_na_reference, ia_na_dereference, do_string_hash);
+ iaaddr_reference, iaaddr_dereference, do_string_hash);
struct ipv6_pool **pools;
int num_pools;