From: Francis Dupont Date: Tue, 22 Sep 2020 08:19:15 +0000 (+0200) Subject: [#1163] Addressed some comments X-Git-Tag: Kea-1.9.0~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74f56b08a53cd56ce1c6a9c58fc8e5117059c3bb;p=thirdparty%2Fkea.git [#1163] Addressed some comments --- diff --git a/src/lib/dhcpsrv/cql_host_data_source.h b/src/lib/dhcpsrv/cql_host_data_source.h index 251c8ea094..85297276de 100644 --- a/src/lib/dhcpsrv/cql_host_data_source.h +++ b/src/lib/dhcpsrv/cql_host_data_source.h @@ -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 diff --git a/src/share/api/reservation-get-page.json b/src/share/api/reservation-get-page.json index 2ba20d1fc9..28f4d50985 100644 --- a/src/share/api/reservation-get-page.json +++ b/src/share/api/reservation-get-page.json @@ -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": [ "{",