2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 13:28:14 +00:00

Document one-lease-per-client.

This commit is contained in:
Ted Lemon 1999-07-07 16:15:02 +00:00
parent 986bf89851
commit 600d4b3500

View 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