]> git.ipfire.org Git - thirdparty/kea.git/commit
[3671] Added unit test for loading v6 leases from multiple files.
authorMarcin Siodelski <marcin@isc.org>
Mon, 12 Jan 2015 11:38:47 +0000 (12:38 +0100)
committerMarcin Siodelski <marcin@isc.org>
Mon, 12 Jan 2015 11:38:47 +0000 (12:38 +0100)
commitfbce7dd40fdc965ea439746797dcebb9cb83836e
tree84cdc2e2c9a99c8188e5f18d8625c7b87449a999
parentf420169255bf35a8bb873ea3ff064b8ebce71a85
[3671] Added unit test for loading v6 leases from multiple files.

Also, prevented opening the optional lease files if they don't exist.
src/lib/dhcpsrv/memfile_lease_mgr.cc
src/lib/dhcpsrv/tests/memfile_lease_mgr_unittest.cc
src/lib/util/csv_file.cc
src/lib/util/csv_file.h
src/lib/util/tests/csv_file_unittest.cc