2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

[#2795] update comments

This commit is contained in:
Piotrek Zadroga
2023-06-20 11:06:14 +02:00
parent d00b966b6b
commit 8da33bf92d
2 changed files with 4 additions and 2 deletions

View 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.

View 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.