virtual ConstHostCollection
getAll6(const asiolink::IOAddress& address) const;
- /// @brief Returns a collection of hosts using the specified IPv6 address.
+ /// @brief Returns a collection of hosts using the specified IPv6 address/prefix.
///
/// This method may return multiple @c Host objects if they are connected to
- /// different subnets or if there are multiple hosts with the same IPv6 address.
+ /// different subnets or if there are multiple hosts with the same IPv6 address/prefix.
///
/// If matching reservations are both in the primary and the alternate
/// data source, all of them are returned. The reservations from the
GET_HOST_SUBID_ADDR, // Gets host by IPv4 SubnetID and IPv4 address
GET_HOST_PREFIX, // Gets host by IPv6 prefix
GET_HOST_SUBID6_ADDR, // Gets host by IPv6 SubnetID and IPv6 prefix
- GET_HOST_ADDR6, // Gets host by IPv6 address
+ GET_HOST_ADDR6, // Gets host by IPv6 address/prefix
GET_HOST_SUBID4, // Gets hosts by IPv4 SubnetID
GET_HOST_SUBID6, // Gets hosts by IPv6 SubnetID
GET_HOST_HOSTNAME, // Gets hosts by hostname
"ORDER BY h.host_id, o.option_id, r.reservation_id"},
// Retrieves host information, IPv6 reservations and DHCPv6 options
- // associated with a host using IPv6 address. This query
+ // associated with a host using IPv6 address/prefix. This query
// 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.
GET_HOST_SUBID_ADDR, // Gets host by IPv4 SubnetID and IPv4 address
GET_HOST_PREFIX, // Gets host by IPv6 prefix
GET_HOST_SUBID6_ADDR, // Gets host by IPv6 SubnetID and IPv6 prefix
- GET_HOST_ADDR6, // Gets host by IPv6 address
+ GET_HOST_ADDR6, // Gets host by IPv6 address/prefix
GET_HOST_SUBID4, // Gets hosts by IPv4 SubnetID
GET_HOST_SUBID6, // Gets hosts by IPv6 SubnetID
GET_HOST_HOSTNAME, // Gets hosts by hostname
// PgSqlHostDataSourceImpl::GET_HOST_ADDR6
// Retrieves host information, IPv6 reservations and DHCPv6 options
- // associated with a host using IPv6 address. This query
+ // associated with a host using IPv6 address/prefix. This query
// 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.