]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4303] Added commentary in dhcp4_srv.h
authorThomas Markwalder <tmark@isc.org>
Wed, 27 Apr 2016 11:41:47 +0000 (07:41 -0400)
committerThomas Markwalder <tmark@isc.org>
Wed, 27 Apr 2016 11:41:47 +0000 (07:41 -0400)
src/bin/dhcp4/dhcp4_srv.h

index 477da8cf49bd51f718323d78550b02e2f9038a61..525c828c508c28b7eab98fea8852ca3adba101da 100644 (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.