]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update documentation of client identifier representation.
authorTed Lemon <source@isc.org>
Thu, 22 Mar 2001 07:01:45 +0000 (07:01 +0000)
committerTed Lemon <source@isc.org>
Thu, 22 Mar 2001 07:01:45 +0000 (07:01 +0000)
server/dhcpd.leases.5

index c871830d6db2891e01589106b9d4019ad3d348ff..98057a53c251331b1e4e99ad0e31cabc03ee2c03 100644 (file)
@@ -144,11 +144,11 @@ send one.   Client identifiers are normally an ARP type (1 for
 ethernet) followed by the MAC address, just like in the \fBhardware\fI
 statement, but this is not required.
 .PP
-The client identifier is normally recorded as a series of hexadecimal
-octets, seperated by colons.  Some DHCP clients can be configured to
-send a text string as a client identifier, in which case the client
-identifier is stored as a quoted string rather than a list of
-hexadecimal octets.
+The client identifier is recorded as a colon-seperated hexadecimal
+list or as a quoted string.   If it is recorded as a quoted string and
+it contains one or more non-printable characters, those characters are
+represented as octal escapes - a backslash character followed by three
+octal digits.
 .PP
 .B client-hostname "\fIhostname\fB";\fR
 .PP