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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user