'address' parameter (the server's local address) did not resolve to an
IPv4 address. [ISC-Bugs #15826]
- A bug was fixed where the 'giaddr' may be used to find the client's subnet
rather than its own 'ciaddr'.
+- A log message was introduced to clarify the situation where a failover
+ 'address' parameter (the server's local address) did not resolve to an
+ IPv4 address.
+
Changes since 4.0.0b3
- The reverse dns name for PTR updates on IPv6 addresses has been fixed to
}
} else {
if (ds.len != sizeof (struct in_addr)) {
+ log_error("failover peer %s: 'address' parameter "
+ "fails to resolve to an IPv4 address",
+ state->name);
data_string_forget (&ds, MDL);
dhcp_failover_link_dereference (&obj, MDL);
omapi_addr_list_dereference (&addrs, MDL);