- Failover BNDUPD messages are now discarded if they conflict with an
update that has been trasnmitted, but not acknowledged.
+- A bug cleaning up unknown-xxx temporary option definitions was fixed.
+
Changes since 4.1.0a1
- Corrected list of failover state values in dhcpd man page.
option = new_option(val, MDL);
option->universe = universe;
option->code = code;
- option->format = "X";
+ option->format = default_option_format;
option_reference(opt, option, MDL);
} else
log_info("option %s has been redefined as option %s. "