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