]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[v4_1_esv] Add information about fixed-prefix6 to the docs
authorShawn Routhier <sar@isc.org>
Fri, 26 Jun 2015 20:31:08 +0000 (13:31 -0700)
committerShawn Routhier <sar@isc.org>
Fri, 26 Jun 2015 20:31:08 +0000 (13:31 -0700)
server/dhcpd.conf.5

index 0514024b07e972bd72703438d10e22a90f5a8fad..e459d82a663ed4fce012dd9c0fde71ff859937b4 100644 (file)
@@ -1588,18 +1588,25 @@ This statement is currently global but it should have a shared-network scope.
 .PP
 The
 .B host
-declaration provides a scope in which to provide configuration information about
-a specific client, and also provides a way to assign a client a fixed address.
-The host declaration provides a way for the DHCP server to identify a DHCP or
-BOOTP client, and also a way to assign the client a static IP address.
+declaration provides a way for the DHCP server to identify a DHCP or
+BOOTP client.  This allows the server to provide configuration
+information including fixed addresses or, in DHCPv6, fixed prefixes
+for a specific client.
 .PP
 If it is desirable to be able to boot a DHCP or BOOTP client on more than one
-subnet with fixed addresses, more than one address may be specified in the
+subnet with fixed v4 addresses, more than one address may be specified in the
 .I fixed-address
 declaration, or more than one
 .B host
 statement may be specified matching the same client.
 .PP
+The
+.I fixed-address6
+delcaration is used for v6 addresses.  At this time it only works with a single
+address.  For multiple addresses specify multiple
+.B host
+statements.
+.PP
 If client-specific boot parameters must change based on the network
 to which the client is attached, then multiple 
 .B host
@@ -2246,6 +2253,26 @@ declaration.
 .RE
 .PP
 The
+.I fixed-prefix6
+declaration
+.RS 0.25i
+.PP
+.B fixed-prefix6\fR \fIlow-address\fR \fB/\fR \fIbits\fR\fB;\fR
+.PP
+The \fIfixed-prefix6\fR declaration is used to assign a fixed
+IPv6 prefix to a client.  It should only appear in a \fIhost\fR
+declaration, but multiple \fIfixed-prefix6\fR statements may appear
+in a single \fIhost\fR declaration.
+.PP
+The \fIlow-address\fR specifies the start of the prefix and the \fIbits\fR
+specifies the size of the prefix in bits.
+.PP
+If there are multiple prefixes for a given host entry the server will
+choose one that matches the requested prefix size or, if none match,
+the first one.
+.RE
+.PP
+The
 .I get-lease-hostnames
 statement
 .RS 0.25i