2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

[4303] Added commentary in dhcp4_srv.h

This commit is contained in:
Thomas Markwalder 2016-04-27 07:41:47 -04:00
parent 88da7d9cee
commit e7bf36660d

View File

@ -139,8 +139,10 @@ private:
/// @brief Set host identifiers within a context.
///
/// This method sets an order list of host identifier types and
/// This method sets an ordered list of host identifier types and
/// values which the server should use to find host reservations.
/// The order of the set is determined by the configuration parameter,
/// host-reservation-identifiers
void setHostIdentifiers();
/// @brief Pointer to the allocation engine used by the server.