]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2795] update comments
authorPiotrek Zadroga <piotrek@isc.org>
Tue, 20 Jun 2023 09:06:14 +0000 (11:06 +0200)
committerPiotrek Zadroga <piotrek@isc.org>
Mon, 26 Jun 2023 15:30:59 +0000 (15:30 +0000)
src/lib/dhcpsrv/mysql_host_data_source.cc
src/lib/dhcpsrv/pgsql_host_data_source.cc

index bf5c541c9c53bd903a9e652051e5741edcba1e17..8014c85e306524f53764383a0e390ec650866fc0 100644 (file)
@@ -2489,7 +2489,8 @@ TaggedStatementArray tagged_statements = { {
 
     // Retrieves host information, IPv6 reservations and DHCPv6 options
     // associated with a host using IPv6 prefix. This query
-    // returns host information for a single host. However, multiple rows
+    // may return host information for one or more host reservations. Even
+    // if only one host is found, multiple rows
     // are returned due to left joining IPv6 reservations and DHCPv6 options.
     // The number of rows returned is multiplication of number of existing
     // IPv6 reservations and DHCPv6 options.
index d8d636accec8eaab2e5558badca0ec7ce73d90a0..1f0b32bbe34f7f781eae9bef99a04b4590d86069 100644 (file)
@@ -1817,7 +1817,8 @@ TaggedStatementArray tagged_statements = { {
     // PgSqlHostDataSourceImpl::GET_HOST_ADDR6
     // Retrieves host information, IPv6 reservations and DHCPv6 options
     // associated with a host using IPv6 prefix. This query
-    // returns host information for a single host. However, multiple rows
+    // may return host information for one or more host reservations. Even
+    // if only one host is found, multiple rows
     // are returned due to left joining IPv6 reservations and DHCPv6 options.
     // The number of rows returned is multiplication of number of existing
     // IPv6 reservations and DHCPv6 options.