mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 23:45:27 +00:00
[#2795] update comments
This commit is contained in:
@@ -2489,7 +2489,8 @@ TaggedStatementArray tagged_statements = { {
|
|||||||
|
|
||||||
// Retrieves host information, IPv6 reservations and DHCPv6 options
|
// Retrieves host information, IPv6 reservations and DHCPv6 options
|
||||||
// associated with a host using IPv6 prefix. This query
|
// 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.
|
// are returned due to left joining IPv6 reservations and DHCPv6 options.
|
||||||
// The number of rows returned is multiplication of number of existing
|
// The number of rows returned is multiplication of number of existing
|
||||||
// IPv6 reservations and DHCPv6 options.
|
// IPv6 reservations and DHCPv6 options.
|
||||||
|
@@ -1817,7 +1817,8 @@ TaggedStatementArray tagged_statements = { {
|
|||||||
// PgSqlHostDataSourceImpl::GET_HOST_ADDR6
|
// PgSqlHostDataSourceImpl::GET_HOST_ADDR6
|
||||||
// Retrieves host information, IPv6 reservations and DHCPv6 options
|
// Retrieves host information, IPv6 reservations and DHCPv6 options
|
||||||
// associated with a host using IPv6 prefix. This query
|
// 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.
|
// are returned due to left joining IPv6 reservations and DHCPv6 options.
|
||||||
// The number of rows returned is multiplication of number of existing
|
// The number of rows returned is multiplication of number of existing
|
||||||
// IPv6 reservations and DHCPv6 options.
|
// IPv6 reservations and DHCPv6 options.
|
||||||
|
Reference in New Issue
Block a user