]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2471] Updated doc
authorFrancis Dupont <fdupont@isc.org>
Fri, 5 Aug 2022 14:02:42 +0000 (16:02 +0200)
committerAndrei Pavel <andrei@isc.org>
Thu, 25 Aug 2022 12:37:07 +0000 (12:37 +0000)
doc/sphinx/arm/hooks-host-cmds.rst

index 27be196a9d140637f09c4cd701671a71dca8a2f8..ddaa99a64c5f08df42f6ab8abf5a798d6c14b586 100644 (file)
@@ -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
                }
            ]
        },