2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

- A bug cleaning up unknown-xxx temporary option definitions was fixed.

[ISC-Bugs #18735]
This commit is contained in:
David Hankins
2008-10-08 16:26:42 +00:00
parent 1387545ff7
commit 399d3dbe29
2 changed files with 3 additions and 1 deletions

View File

@@ -65,6 +65,8 @@ work on other platforms. Please report any problems and suggested fixes to
- 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.

View File

@@ -1215,7 +1215,7 @@ parse_option_name (cfile, allocate, known, opt)
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. "