summaryrefslogtreecommitdiff
path: root/server/dhcpd.conf.5
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2017-12-11 07:45:10 -0500
committerThomas Markwalder <tmark@isc.org>2017-12-11 07:45:10 -0500
commitc2e5ee2882d6d9dba5e7227d432552a3ab75b9e2 (patch)
tree8d84f57734c3fa25769c863cabcf889dd1159910 /server/dhcpd.conf.5
parent7b4f284e504380c252ab19c1107e67cd01383e09 (diff)
downloadisc-dhcp-c2e5ee2882d6d9dba5e7227d432552a3ab75b9e2.tar.gz
[master] Adds persist-eui-64-leases config parameter and support
Merges in rt45046.
Diffstat (limited to 'server/dhcpd.conf.5')
-rw-r--r--server/dhcpd.conf.520
1 files changed, 18 insertions, 2 deletions
diff --git a/server/dhcpd.conf.5 b/server/dhcpd.conf.5
index 2c064fa6..1ea87396 100644
--- a/server/dhcpd.conf.5
+++ b/server/dhcpd.conf.5
@@ -2920,6 +2920,21 @@ or provable, so we urge caution in the use of this statement.
.RE
.PP
The
+.I persist-eui-64-leases
+statement
+.RS 0.25i
+.PP
+.B persist-eui-64-leases \fIflag\fR\fB;\fR
+.PP
+When this flag is enabled, the server will write EUI-64 based leases to the
+leases file. Since such leases can only, ever be valid for a single DUID value
+it can be argued that writing them to the leases file isn't essential and not
+doing so may have perfomance advantages. See \fIuse-eui-64\fR statement for
+more details on EUI-64 based address allocation. The flag is enabled by
+default and may only be set at the global scope.
+.RE
+.PP
+The
.I pid-file-name
statement
.RS 0.25i
@@ -3349,8 +3364,6 @@ in use. Also, the server must attempt the update each time the
client renews its lease, which could have a significant performance
impact in environments that place heavy demands on the DHCP server.
.RE
-
-
.PP
The
.I use-eui-64
@@ -3413,6 +3426,9 @@ message:
Request - Server will send "an address not on link status", and no ia
suboption Renew/Rebind - Server will send the requested address ia
suboption with lifetimes of 0, plus an EUI-64 ia
+
+Whether or not EUI-64 based leases are written out to the lease database
+may be controlled by \fIpersist-eui-64-leases\fR statement.
.RE
.PP
The