From: Ted Lemon Date: Wed, 7 Jul 1999 16:15:02 +0000 (+0000) Subject: Document one-lease-per-client. X-Git-Tag: V3-BETA-1-PATCH-0~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=600d4b3500c00703adb23c0d2e72647b3efe84fb;p=thirdparty%2Fdhcp.git Document one-lease-per-client. --- diff --git a/server/dhcpd.conf.5 b/server/dhcpd.conf.5 index 6d1dd5d12..e651462d8 100644 --- a/server/dhcpd.conf.5 +++ b/server/dhcpd.conf.5 @@ -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