2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

- The server now limits clients that request multiple addresses to one

address per IA by default, which can be adjusted through the
  "limit-addrs-per-ia" configuration option.  [ISC-Bugs #17271]
This commit is contained in:
David Hankins
2007-11-20 18:34:37 +00:00
parent 703873ab37
commit b024480eba
5 changed files with 74 additions and 13 deletions

View File

@@ -65,6 +65,10 @@ suggested fixes to <dhcp-users@isc.org>.
order to avoid cascading renewals in the event a server elects not to
extend one of multiple IAADDR leases.
- The server now limits clients that request multiple addresses to one
address per IA by default, which can be adjusted through the
"limit-addrs-per-ia" configuration option.
Changes since 4.0.0b2
- Clarified error message when lease limit exceeded