mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +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:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user