2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[master] Reverted option type from "hex" to "binary".

The documentation was wrong. The type we support is "binary" not hex.
Okayed on jabber.
This commit is contained in:
Marcin Siodelski 2018-06-15 17:53:17 +02:00
parent 8d6db9371f
commit a83e284024

View File

@ -1587,7 +1587,7 @@ It is merely echoed by the server
<row><entry>Name</entry><entry>Meaning</entry></row> <row><entry>Name</entry><entry>Meaning</entry></row>
</thead> </thead>
<tbody> <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>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>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> <row><entry>fqdn</entry><entry>Fully qualified domain name (e.g. www.example.com)</entry></row>