2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 06:55:16 +00:00

[#2596] Extended buildExtendedInfoTables6

This commit is contained in:
Francis Dupont
2022-10-28 22:40:03 +02:00
parent f1e23a0374
commit b2743afbb7
11 changed files with 175 additions and 38 deletions

View File

@@ -3431,5 +3431,11 @@ MySqlLeaseMgr::getLeases6ByLink(const IOAddress& /* link_addr */,
isc_throw(NotImplemented, "MySqlLeaseMgr::getLeases6ByLink not implemented");
}
size_t
MySqlLeaseMgr::buildExtendedInfoTables6(bool /* update */) {
isc_throw(isc::NotImplemented,
"MySqlLeaseMgr::buildExtendedInfoTables6 not implemented");
}
} // namespace dhcp
} // namespace isc