2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 15:05: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,6 +2705,8 @@ 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>
{
"subnet4": [ {
"reservations": [ "reservations": [
{ {
"hw-address": "aa:bb:cc:dd:ee:ff", "hw-address": "aa:bb:cc:dd:ee:ff",
@@ -2719,7 +2721,9 @@ It is merely echoed by the server
"space": "vendor-4491", "space": "vendor-4491",
"data": "10.1.1.202,10.1.1.203" "data": "10.1.1.202,10.1.1.203"
} ]</userinput> } ]</userinput>
} ]</screen> } ]
} ]
}</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,