/// @todo: Implement this method
///
/// @param subnet an address will be picked from pool of that subnet
+ /// @param client_classes list of classes client belongs to
+ /// @param known_client client has a reservation
/// @param duid Client's DUID (ignored)
/// @param hint the last address that was picked (ignored)
/// @return a random address from the pool
data::ConstElementPtr user_context_;
/// @brief Last allocated address
- /// See @ref isc::dhcp::subnet::last_allocated_ia_
+ /// See @ref isc::dhcp::Subnet::last_allocated_ia_
/// Initialized and reset to first
isc::asiolink::IOAddress last_allocated_;