2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 06:55:16 +00:00

[4518] One reservation example updated.

This commit is contained in:
Tomek Mrugalski
2016-07-06 12:03:00 +02:00
parent 589bf2cb3e
commit 990ce652a0

View File

@@ -2705,21 +2705,25 @@ It is merely echoed by the server
<para>Vendor specific options can be reserved in a similar manner:</para> <para>Vendor specific options can be reserved in a similar manner:</para>
<screen> <screen>
"reservations": [
{ {
"hw-address": "aa:bb:cc:dd:ee:ff", "subnet4": [ {
"ip-address": "10.0.0.7", "reservations": [
<userinput>"option-data": [ {
{ "hw-address": "aa:bb:cc:dd:ee:ff",
"name": "vivso-suboptions", "ip-address": "10.0.0.7",
"data": "4491" <userinput>"option-data": [
}, {
{ "name": "vivso-suboptions",
"name": "tftp-servers", "data": "4491"
"space": "vendor-4491", },
"data": "10.1.1.202,10.1.1.203" {
} ]</userinput> "name": "tftp-servers",
} ]</screen> "space": "vendor-4491",
"data": "10.1.1.202,10.1.1.203"
} ]</userinput>
} ]
} ]
}</screen>
<para> <para>
Options defined on host level have the highest priority. In other words, Options defined on host level have the highest priority. In other words,