]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Mention that an ASCII DHCP client identifier may include a leading NUL.
authorTed Lemon <source@isc.org>
Fri, 4 May 2001 17:15:17 +0000 (17:15 +0000)
committerTed Lemon <source@isc.org>
Fri, 4 May 2001 17:15:17 +0000 (17:15 +0000)
common/dhcp-options.5

index ef6dddbe9ee327defffa30b7c42293877120babc..2a8c00cf4c0df6b8381c0f7d6a6bbdc2b1a8cc7e 100644 (file)
@@ -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
 host declaration, so that dhcpd can find the host record by matching
 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
 .PP
 .B option \fBdhcp-max-message-size\fR \fIuint16\fR\fB;\fR