]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5425] Fixed doxygen trac5425
authorFrancis Dupont <fdupont@isc.org>
Thu, 14 Dec 2017 12:46:22 +0000 (13:46 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 14 Dec 2017 12:46:22 +0000 (13:46 +0100)
src/lib/dhcpsrv/alloc_engine.h
src/lib/dhcpsrv/pool.h

index 251db83e3b96176f0158dc5b640733ef532fcdcc..b363f23f89327746f030606f873cf9ee97b75171 100644 (file)
@@ -218,6 +218,8 @@ protected:
         /// @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
index df1488df14f7db7dd8bf3faa057f5e0f4ec44fb3..09cb62d1f8c07ae0d493fa8e3bfd14a92e0dbb93 100644 (file)
@@ -249,7 +249,7 @@ protected:
     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_;