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:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user