mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 15:05:16 +00:00
[#2471] Updated doc
This commit is contained in:
committed by
Andrei Pavel
parent
c69f7b6bea
commit
3f4f116a97
@@ -271,7 +271,8 @@ Here's an example of a result returned when the host was found successfully:
|
|||||||
"option-data": [
|
"option-data": [
|
||||||
|
|
||||||
],
|
],
|
||||||
"server-hostname": "server-hostname.example.org"
|
"server-hostname": "server-hostname.example.org",
|
||||||
|
"subnet-id": 4
|
||||||
},
|
},
|
||||||
"result": 0,
|
"result": 0,
|
||||||
"text": "Host found."
|
"text": "Host found."
|
||||||
@@ -320,7 +321,8 @@ returns some IPv4 hosts:
|
|||||||
"ip-address": "192.0.2.100",
|
"ip-address": "192.0.2.100",
|
||||||
"next-server": "192.0.0.2",
|
"next-server": "192.0.0.2",
|
||||||
"option-data": [ ],
|
"option-data": [ ],
|
||||||
"server-hostname": "server-hostname.example.org"
|
"server-hostname": "server-hostname.example.org",
|
||||||
|
"subnet-id": 1
|
||||||
},
|
},
|
||||||
...
|
...
|
||||||
{
|
{
|
||||||
@@ -331,7 +333,8 @@ returns some IPv4 hosts:
|
|||||||
"ip-address": "192.0.2.200",
|
"ip-address": "192.0.2.200",
|
||||||
"next-server": "192.0.0.2",
|
"next-server": "192.0.0.2",
|
||||||
"option-data": [ ],
|
"option-data": [ ],
|
||||||
"server-hostname": "server-hostname.example.org"
|
"server-hostname": "server-hostname.example.org",
|
||||||
|
"subnet-id": 1
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user