mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 06:15:55 +00:00
- The server will now include multiple IA_NA's and multiple IAADDRs within
them, if advertised by the client. It still only seeks to allocate one new address. [ISC-Bugs #17254]
This commit is contained in:
@@ -1177,8 +1177,7 @@ void parse_client_lease_declaration (cfile, lease, ipp, clientp)
|
||||
case OPTION:
|
||||
oc = (struct option_cache *)0;
|
||||
if (parse_option_decl (&oc, cfile)) {
|
||||
save_option (oc -> option -> universe,
|
||||
lease -> options, oc);
|
||||
save_option(oc->option->universe, lease->options, oc);
|
||||
option_cache_dereference (&oc, MDL);
|
||||
}
|
||||
return;
|
||||
|
Reference in New Issue
Block a user