summaryrefslogtreecommitdiff
path: root/server/stables.c
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2007-11-20 18:34:37 +0000
committerDavid Hankins <dhankins@isc.org>2007-11-20 18:34:37 +0000
commitb024480eba62d1fbb63770739c0c86cb22df722c (patch)
treece98718625c0b27a78059f732a1b51a8e22f794a /server/stables.c
parent703873ab371c5861c977a8be8d64a85ee3e8e74e (diff)
downloadisc-dhcp-b024480eba62d1fbb63770739c0c86cb22df722c.tar.gz
- 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]
Diffstat (limited to 'server/stables.c')
-rw-r--r--server/stables.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/stables.c b/server/stables.c
index ef50efb6..3e1dffdc 100644
--- a/server/stables.c
+++ b/server/stables.c
@@ -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 }
};