mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-31 06:15:55 +00:00
Mention that an ASCII DHCP client identifier may include a leading NUL.
This commit is contained in:
@@ -204,6 +204,18 @@ sending TCP segments. The minimum value is 1.
|
|||||||
This option can be used to specify the a DHCP client identifier in a
|
This option can be used to specify the a DHCP client identifier in a
|
||||||
host declaration, so that dhcpd can find the host record by matching
|
host declaration, so that dhcpd can find the host record by matching
|
||||||
against the client identifier.
|
against the client identifier.
|
||||||
|
.PP
|
||||||
|
Please be aware that some DHCP clients, when configured with client
|
||||||
|
identifiers that are ASCII text, will prepend a zero to the ASCII
|
||||||
|
text. So you may need to write:
|
||||||
|
.nf
|
||||||
|
|
||||||
|
option dhcp-client-identifier "\\0foo";
|
||||||
|
|
||||||
|
rather than:
|
||||||
|
|
||||||
|
option dhcp-client-identifier "foo";
|
||||||
|
.fi
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
.B option \fBdhcp-max-message-size\fR \fIuint16\fR\fB;\fR
|
.B option \fBdhcp-max-message-size\fR \fIuint16\fR\fB;\fR
|
||||||
|
Reference in New Issue
Block a user