diff options
author | Francis Dupont <fdupont@isc.org> | 2022-08-05 16:02:42 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2022-08-25 14:37:07 +0200 |
commit | 3f4f116a97d0703b39a2b0407a7c54e7e3cfc57e (patch) | |
tree | 26720984bbe6cd35ea758340b02465c44ba83b64 /doc | |
parent | [#2541] reverted path in upgrade scripts and added admin-utils.sh.in (diff) | |
download | kea-3f4f116a97d0703b39a2b0407a7c54e7e3cfc57e.tar.xz kea-3f4f116a97d0703b39a2b0407a7c54e7e3cfc57e.zip |
[#2471] Updated doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sphinx/arm/hooks-host-cmds.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/sphinx/arm/hooks-host-cmds.rst b/doc/sphinx/arm/hooks-host-cmds.rst index 27be196a9d..ddaa99a64c 100644 --- a/doc/sphinx/arm/hooks-host-cmds.rst +++ b/doc/sphinx/arm/hooks-host-cmds.rst @@ -271,7 +271,8 @@ Here's an example of a result returned when the host was found successfully: "option-data": [ ], - "server-hostname": "server-hostname.example.org" + "server-hostname": "server-hostname.example.org", + "subnet-id": 4 }, "result": 0, "text": "Host found." @@ -320,7 +321,8 @@ returns some IPv4 hosts: "ip-address": "192.0.2.100", "next-server": "192.0.0.2", "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", "next-server": "192.0.0.2", "option-data": [ ], - "server-hostname": "server-hostname.example.org" + "server-hostname": "server-hostname.example.org", + "subnet-id": 1 } ] }, |