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