successful DHCPDECLINEs to be logged as "not found" rather than
"abandoned". [ISC-Bugs #18605]
<dhcp-users@isc.org>.
+ Changes since 4.1.0a2
+
+- A cosmetic bug in DHCPDECLINE processing was fixed which caused all
+ successful DHCPDECLINEs to be logged as "not found" rather than
+ "abandoned".
+
Changes since 4.1.0a1
- Corrected list of failover state values in dhcpd man page.
abandon_lease (lease, "declined.");
status = "abandoned";
+ } else {
+ status = "not found";
}
- status = "not found";
} else
status = "ignored";