]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[trac3665] Update change log per review
authorShawn Routhier <sar@isc.org>
Fri, 6 Feb 2015 02:32:28 +0000 (18:32 -0800)
committerShawn Routhier <sar@isc.org>
Fri, 6 Feb 2015 02:32:28 +0000 (18:32 -0800)
ChangeLog
src/bin/lfc/lfc_controller.h

index b20a28d413b452673cf9617668746b67cc63e86c..1ebd68c6b83c6cfdb61327e015b5605bee251d2c 100644 (file)
--- 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
index f8a471e667ea2b1f056a8365e7aede2ecac6753f..9cf0d14028235fda686c36ddc929c0e11d15728b 100644 (file)
@@ -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
     ///