they were declared has been updated to be more helpful and identify the
typo in configuration that created the spanning addresses.
+- The 'min-secs' configuration parameter's log message has been updated to
+ be more helpful.
+
Changes since 4.0.0b3
- The reverse dns name for PTR updates on IPv6 addresses has been fixed to
&lease -> scope, oc, MDL)) {
if (d1.len &&
ntohs (packet -> raw -> secs) < d1.data [0]) {
- log_info ("%s: %d secs < %d", msg,
- ntohs (packet -> raw -> secs),
- d1.data [0]);
+ log_info("%s: configured min-secs value (%d) "
+ "is greater than secs field (%d). "
+ "message dropped.", msg, d1.data[0],
+ ntohs(packet->raw->secs));
data_string_forget (&d1, MDL);
free_lease_state (state, MDL);
if (host)