mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
72a9ea19e25abc47429fa1ab69bf6bbbaf732a84
src/lib/util/csv_file.h Made recreate() virtual src/lib/util/versioned_csv_file.h src/lib/util/versioned_csv_file.cc Added several methods to VersionedCSVFile: getValidColumnCount() - returns number of valid columns in header recreate() - wraps base class method, ensuring valid column count gets set to number of defined columns for new files needsUpgrading() - returns bool true if file schema is out of date getInputSchemaVersion() - returns schema version found in file getSchemaVersion() - returns current schema version getVersionedColumn() - returns the column definition for a given index src/lib/util/tests/versioned_csv_file_unittest.cc Added checks for new methods to existing tests
Kea provides DHCPv4 and DHCPv6 servers, a dynamic DNS update module, a portable DHCP library, libdhcp++, and a DHCP benchmarking tool, perfdhcp. Kea is developed by Internet Systems Consortium. The developers website is at http://kea.isc.org/ Limitations and known issues with this DHCP release can be found at http://kea.isc.org/wiki/KeaKnownIssues The Kea mailing lists are available via https://lists.isc.org/
Description
Languages
C++
94.1%
Shell
3.4%
PLpgSQL
0.7%
LLVM
0.6%
Meson
0.6%
Other
0.6%