]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Document one-lease-per-client.
authorTed Lemon <source@isc.org>
Wed, 7 Jul 1999 16:15:02 +0000 (16:15 +0000)
committerTed Lemon <source@isc.org>
Wed, 7 Jul 1999 16:15:02 +0000 (16:15 +0000)
server/dhcpd.conf.5

index 6d1dd5d12130b24e0b0625303d0095884b42be2f..e651462d8793be75c2448d84d642f86833db2de0 100644 (file)
@@ -1048,6 +1048,22 @@ example, the Microsoft DHCP client is known not to have this problem,
 as are the OpenTransport and ISC DHCP clients.
 .PP
 .B The
+.I one-lease-per-client
+.B statement
+.PP
+ \fBone-lease-per-client\fR \fIflag\fR\fB;\fR
+.PP
+If this flag is enabled, whenever a client sends a DHCPREQUEST for a
+particular lease, the server will automatically free any other leases
+the client holds.   This presumes that when the client sends a
+DHCPREQUEST, it has forgotten any lease not mentioned in the
+DHCPREQUEST - i.e., the client has only a single network interface
+.I and
+it does not remember leases it's holding on networks to which it is
+not currently attached.   Neither of these assumptions are guaranteed
+or provable, so we urge caution in the use of this statement.
+.PP
+.B The
 .I use-lease-addr-for-default-route
 .B statement
 .PP