2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 22:45:18 +00:00

fixed minor issues

This commit is contained in:
mayya
2018-07-16 23:53:29 +02:00
committed by Tomek Mrugalski
parent f30ca44685
commit 3606c3ba9c
12 changed files with 38 additions and 14 deletions

View File

@@ -309,6 +309,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.
///
/// This method implements paged browsing of the lease database. The first