2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 00:15:17 +00:00

[#2236] split memfile version into v4 and v6

This commit is contained in:
Andrei Pavel
2021-12-13 20:22:21 +02:00
parent c11fa2a1fe
commit eebc2a3cd1
5 changed files with 64 additions and 23 deletions

View File

@@ -4033,7 +4033,7 @@ Dhcpv4Srv::getVersion(bool extended) {
#ifdef HAVE_CQL
tmp << CqlLeaseMgr::getDBVersion() << endl;
#endif
tmp << Memfile_LeaseMgr::getDBVersion();
tmp << Memfile_LeaseMgr::getDBVersion(Memfile_LeaseMgr::V4);
// @todo: more details about database runtime
}