mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 06:25:34 +00:00
@@ -312,7 +312,8 @@ public:
|
||||
/// @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.
|
||||
/// @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.
|
||||
@@ -586,6 +587,7 @@ public:
|
||||
GET_LEASE6_DUID_IAID_SUBID, // Get lease6 by DUID, IAID and subnet ID
|
||||
GET_LEASE6_PAGE, // Get page of leases beginning with an address
|
||||
GET_LEASE6_SUBID, // Get IPv6 leases by subnet ID
|
||||
GET_LEASE6_DUID, // Get IPv6 leases by DUID
|
||||
GET_LEASE6_EXPIRE, // Get lease6 by expiration.
|
||||
INSERT_LEASE4, // Add entry to lease4 table
|
||||
INSERT_LEASE6, // Add entry to lease6 table
|
||||
|
Reference in New Issue
Block a user