2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 06:25:34 +00:00

[#1428] Final code cleanup

- Removed caching from getAllX functions in HostMgr
- Renamed setIPReservationUnique to setIPReservationsUnique
This commit is contained in:
Marcin Siodelski
2020-10-03 09:02:35 +02:00
parent 4ded4f9ad9
commit 7041e0b50f
19 changed files with 41 additions and 77 deletions

View File

@@ -504,7 +504,7 @@ public:
/// unique within the subnet or can be non-unique.
/// @return always true because this backend supports both the case when
/// the addresses must be unique and when they may be non-unique.
virtual bool setIPReservationUnique(const bool unique);
virtual bool setIPReservationsUnique(const bool unique);
/// @brief Context RAII Allocator.
class PgSqlHostContextAlloc {