mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[gitlab9] Imported relevant bits from github99
- Covers changes up to 4358737d43ee1b6c8618a1a8aa3cc7273634ed48, but without unnecessary things.
This commit is contained in:
@@ -308,6 +308,12 @@ public:
|
||||
///
|
||||
/// @return Lease collection (may be empty if no IPv6 lease found).
|
||||
virtual Lease6Collection getLeases6() const;
|
||||
|
||||
/// @brief Returns all IPv6 leases for the DUID.
|
||||
///
|
||||
/// @todo: implement an optimised of the query using index.
|
||||
/// @return Lease collection (may be empty if no IPv6 lease found) for the DUID.
|
||||
virtual Lease6Collection getLeases6(const DUID& duid) const;
|
||||
|
||||
/// @brief Returns range of IPv6 leases using paging.
|
||||
///
|
||||
|
Reference in New Issue
Block a user