]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Reverted option type from "hex" to "binary".
authorMarcin Siodelski <marcin@isc.org>
Fri, 15 Jun 2018 15:53:17 +0000 (17:53 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 15 Jun 2018 15:53:17 +0000 (17:53 +0200)
The documentation was wrong. The type we support is "binary" not hex.
Okayed on jabber.

doc/guide/dhcp4-srv.xml

index 812d9e8f885ccf7dd07183cdc978d21ffbd1c542..6fcb4dd7c6b6d6588aaa4e5cbd979af1d45fd20c 100644 (file)
@@ -1587,7 +1587,7 @@ It is merely echoed by the server
             <row><entry>Name</entry><entry>Meaning</entry></row>
           </thead>
           <tbody>
-            <row><entry>hex</entry><entry>An arbitrary string of bytes, specified as a set of hexadecimal digits.</entry></row>
+            <row><entry>binary</entry><entry>An arbitrary string of bytes, specified as a set of hexadecimal digits.</entry></row>
             <row><entry>boolean</entry><entry>Boolean value with allowed values true or false</entry></row>
             <row><entry>empty</entry><entry>No value, data is carried in suboptions</entry></row>
             <row><entry>fqdn</entry><entry>Fully qualified domain name (e.g. www.example.com)</entry></row>