From: Shawn Routhier Date: Fri, 6 Feb 2015 02:32:28 +0000 (-0800) Subject: [trac3665] Update change log per review X-Git-Tag: trac3712_base~17^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ffdea336422e09747c542d8a8b50ef39c5df26e9;p=thirdparty%2Fkea.git [trac3665] Update change log per review --- diff --git a/ChangeLog b/ChangeLog index b20a28d413..1ebd68c6b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,8 @@ -xxx. [func] sar - A new process, lfc, has been added. When invoked this - process will load leases from a previous lease file and - a copy of the current lease file. It removes duplicate - and expired leases and writes the result to an output - file. If all goes well the old files are removed - and the new file is renamed to the name of the previous - file. See http://kea.isc.org/wiki/LFCDesign#no1 for - the design. +xxx. [func] sar + A new process, kea-lfc, has been added. It is meant to + be periodically executed by the DHCPv4 and DHCPv6 servers + to remove redundant information from the lease files. + See http://kea.isc.org/wiki/LFCDesign#no1 for the design. 882. [func] sar A utility class has been added which handles writing and diff --git a/src/bin/lfc/lfc_controller.h b/src/bin/lfc/lfc_controller.h index f8a471e667..9cf0d14028 100644 --- a/src/bin/lfc/lfc_controller.h +++ b/src/bin/lfc/lfc_controller.h @@ -61,7 +61,7 @@ public: /// @brief Acts as the primary entry point to start execution /// of the process. /// - ///Provides the control logic to combine two lease files and + /// Provides the control logic to combine two lease files and /// weed out duplicate and expired leases. A description of /// the design can be found at http://kea.isc.org/wiki/LFCDesign ///