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