]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1163] Addressed some comments
authorFrancis Dupont <fdupont@isc.org>
Tue, 22 Sep 2020 08:19:15 +0000 (10:19 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 22 Sep 2020 08:19:15 +0000 (10:19 +0200)
src/lib/dhcpsrv/cql_host_data_source.h
src/share/api/reservation-get-page.json

index 251c8ea09481cbfe35b65ddf310e121e6fdc0070..85297276dea638aa2f1895628e7190d4f104c39e 100644 (file)
@@ -232,8 +232,6 @@ public:
 
     /// @brief Returns range of hosts in a DHCPv4 subnet.
     ///
-    /// Not implemented.
-    ///
     /// @param subnet_id Subnet identifier.
     /// @param source_index Index of the source (unused).
     /// @param lower_host_id Host identifier used as lower bound for the
@@ -249,8 +247,6 @@ public:
 
     /// @brief Returns range of hosts in a DHCPv6 subnet.
     ///
-    /// Not implemented.
-    ///
     /// @param subnet_id Subnet identifier.
     /// @param source_index Index of the source (unused).
     /// @param lower_host_id Host identifier used as lower bound for the
index 2ba20d1fc92088a2bf736a168c7b8008c34041c1..28f4d50985f1e7c226dce4e3c3b70157748b16f8 100644 (file)
@@ -5,7 +5,7 @@
         "This command retrieves all host reservations or host reservations for a specified subnet by page."
     ],
     "cmd-comment": [
-        "The page size limit is mandatory. The subnet-id is optional since version 1.9.0, The source-index and from host id are optional and default to 0. Values to use to load the next page are returned in responses in a next map."
+        "The page size limit is mandatory. The subnet-id is optional since version 1.9.0, The source-index and from host-id are optional and default to 0. Values to use to load the next page are returned in responses in a next map."
     ],
     "cmd-syntax": [
         "{",