the existing lease and the forward DNS name had not changed. This has been
corrected.
[ISC-Bugs #37368]
+ [ISC-Bugs #38686]
- Corrected an issue which caused dhclient to incorrectly form the result when
prepending or appending to the IPv4 domain-search option, received from the
}
/* We're cleared to reuse it */
- log_debug("reuse_lease: lease age %ld"
- " under %d%% limit, reusing it",
- lease_age, limit);
+ log_debug("reuse_lease: lease age %ld (secs)"
+ " under %d%% threshold, reply with "
+ "unaltered, existing lease",
+ lease_age, thresh);
+
reusable = 1;
}
}