- 13 Feb, 2015 2 commits
-
-
Shawn Routhier authored
-
Shawn Routhier authored
By default log to syslog on local0. If the -d option is enabled log to the console.
-
- 12 Feb, 2015 1 commit
-
-
Shawn Routhier authored
Some general cleanup Update the log messages Send the log output to syslog rather than the console
-
- 11 Feb, 2015 2 commits
-
-
Marcin Siodelski authored
-
Shawn Routhier authored
Complete the current working on using the basic logging system for messages from LFC Add lease_stats to provide a class to gather statistics about reading and writing leases to files. Currently this is used by the CSV file code and output by LFC. The information counted is: number of attempts, number of leases and number of errors generated during reads and writes.
-
- 09 Feb, 2015 1 commit
-
-
Shawn Routhier authored
-
- 06 Feb, 2015 5 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Added commits for all tickets implementing kea-lfc. Also, corrected the LRC design url. Commiting on my discretion.
-
Shawn Routhier authored
-
Shawn Routhier authored
This branch adds the main processing functions for lease file cleanup. We added code in lease_file_loader.h to write leases from storage to a file code in lfc_controller to read leaes into storage from a file and then write the storage out to a file (using lease_file_loader) and then to move the files around to get the names correct. Conflicts: ChangeLog
-
Shawn Routhier authored
-
- 05 Feb, 2015 8 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Jeremy C. Reed authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
Conflicts: src/lib/dhcpsrv/alloc_engine.cc
-
Tomek Mrugalski authored
- if-else clauses in allocateLeases6 - allocateUnreservedLeases6 uses for instead of do loop
-
Shawn Routhier authored
One of the large items was to rearrange the lfc_controller test code to: - not use .c_str() - check the non-existance of the temporary files after processing - remove any files after each subtest - Use a_1 instead of A_1 for variable names There were also some other coding standards issues as well as additional comments and such.
-
- 04 Feb, 2015 4 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- Dhcp6Client::oro_ is now private - Dhcp6Srv::copyDefaultOptions renamed to copyClientOptions - Comment in processInfRequest clarified
-
Shawn Routhier authored
Add more tests to verity the cleanup of leases files Cleanup the code for comments, typos, spaces and the like.
-
- 03 Feb, 2015 15 commits
-
-
Tomek Mrugalski authored
-
Marcin Siodelski authored
-
Tomek Mrugalski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Replaced the do-while loop with the for loop in the allocateLease4. Also, updated the copyright date.
-
Tomek Mrugalski authored
- general improvements in AllocEngine - doc updated
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Shawn Routhier authored
Add the write method to lease_file_loader to dump the leaes files from a storage container into a file. Update the LFC code to use the lease_file_loader functions to load the leases from the appropriate files and then to write them to the output file and finally to move the file around.
-
- 02 Feb, 2015 1 commit
-
-
Stephen Morris authored
-
- 30 Jan, 2015 1 commit
-
-
Shawn Routhier authored
After we have completed writing the lease file and moved it to finish we need to delete the previous and copy files if they exist and move the finish file to previous.
-