2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 22:35:25 +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

@@ -237,6 +237,7 @@ static struct option server_options[] = {
{ "preferred-lifetime", "T", &server_universe, 53, 1 },
{ "dhcpv6-lease-file-name", "t", &server_universe, 54, 1 },
{ "dhcpv6-pid-file-name", "t", &server_universe, 55, 1 },
{ "limit-addrs-per-ia", "L", &server_universe, 56, 1 },
{ NULL, NULL, NULL, 0, 0 }
};