2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-03 07:25:18 +00:00

[4540] Finished doc/example updates

This commit is contained in:
Francis Dupont
2017-04-18 08:09:40 +02:00
parent bca8fd2331
commit 9957f9c138
2 changed files with 13 additions and 0 deletions

View File

@@ -73,6 +73,13 @@
{
"code": 12,
"data": "2001:db8:1:0:ff00::1"
},
// Options that take integer values can either be specified in
// dec or hex format. Hex format could be either plain (e.g. abcd)
// or prefixed with 0x (e.g. 0xabcd).
{
"name": "preference",
"data": "0xf0"
}
],
"pools": [

View File

@@ -1338,6 +1338,12 @@ It is merely echoed by the server
<command>"1"</command>. Future versions of Kea will accept all those values
for all boolean parameters.</para>
</note>
<note>
<para>Numbers can be specified in decimal or hexadecimal format.
The hexadecimal format can be either plain (e.g. abcd) or
prefixed with 0x (e.g. 0xabcd).
</para>
</note>
</section>
<section id="dhcp4-vendor-opts">