mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 22:45:18 +00:00
[3146] getLease6() renamed to getLeases6()
This commit is contained in:
@@ -279,8 +279,8 @@ public:
|
||||
/// programming error.
|
||||
/// @throw isc::dhcp::DbOperationError An operation on the open database has
|
||||
/// failed.
|
||||
virtual Lease6Collection getLease6(Lease6::LeaseType type, const DUID& duid,
|
||||
uint32_t iaid) const;
|
||||
virtual Lease6Collection getLeases6(Lease6::LeaseType type, const DUID& duid,
|
||||
uint32_t iaid) const;
|
||||
|
||||
/// @brief Returns existing IPv6 lease for a given DUID+IA combination
|
||||
///
|
||||
|
Reference in New Issue
Block a user