2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-01 14:55:30 +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

@@ -620,6 +620,7 @@ struct lease_state {
#define SV_PREFER_LIFETIME 53
#define SV_DHCPV6_LEASE_FILE_NAME 54
#define SV_DHCPV6_PID_FILE_NAME 55
#define SV_LIMIT_ADDRS_PER_IA 56
#if !defined (DEFAULT_PING_TIMEOUT)
# define DEFAULT_PING_TIMEOUT 1