Browse Source

[trac3665] Update change log per review

Shawn Routhier 10 years ago
parent
commit
ffdea33642
2 changed files with 6 additions and 10 deletions
  1. 5 9
      ChangeLog
  2. 1 1
      src/bin/lfc/lfc_controller.h

+ 5 - 9
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

+ 1 - 1
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
     ///