Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
445
Issues
445
List
Boards
Labels
Service Desk
Milestones
Merge Requests
71
Merge Requests
71
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
a11683be
Commit
a11683be
authored
Sep 03, 2013
by
Tomek Mrugalski
🛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[2592] Several @todo removed from memfile_lease_mgr.h
parent
4c182262
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
14 deletions
+2
-14
src/lib/dhcpsrv/memfile_lease_mgr.h
src/lib/dhcpsrv/memfile_lease_mgr.h
+2
-14
No files found.
src/lib/dhcpsrv/memfile_lease_mgr.h
View file @
a11683be
...
...
@@ -54,7 +54,6 @@ public:
/// @brief Adds an IPv4 lease.
///
/// @todo Not implemented yet
/// @param lease lease to be added
virtual
bool
addLease
(
const
Lease4Ptr
&
lease
);
...
...
@@ -65,7 +64,6 @@ public:
/// @brief Returns existing IPv4 lease for specified IPv4 address.
///
/// @todo Not implemented yet
/// @param addr address of the searched lease
///
/// @return a collection of leases
...
...
@@ -73,8 +71,6 @@ public:
/// @brief Returns existing IPv4 leases for specified hardware address.
///
/// @todo Not implemented yet
///
/// Although in the usual case there will be only one lease, for mobile
/// clients or clients with multiple static/fixed/reserved leases there
/// can be more than one. Thus return type is a container, not a single
...
...
@@ -88,8 +84,6 @@ public:
/// @brief Returns existing IPv4 leases for specified hardware address
/// and a subnet
///
/// @todo Not implemented yet
///
/// There can be at most one lease for a given HW address in a single
/// pool, so this method with either return a single lease or NULL.
///
...
...
@@ -102,8 +96,6 @@ public:
/// @brief Returns existing IPv4 lease for specified client-id
///
/// @todo Not implemented yet
///
/// @param clientid client identifier
virtual
Lease4Collection
getLease4
(
const
ClientId
&
clientid
)
const
;
...
...
@@ -127,8 +119,6 @@ public:
/// There can be at most one lease for a given HW address in a single
/// pool, so this method with either return a single lease or NULL.
///
/// @todo Not implemented yet
///
/// @param clientid client identifier
/// @param subnet_id identifier of the subnet that lease must belong to
///
...
...
@@ -153,9 +143,7 @@ public:
/// @return collection of IPv6 leases
virtual
Lease6Collection
getLease6
(
const
DUID
&
duid
,
uint32_t
iaid
)
const
;
/// @brief Returns existing IPv6 lease for a given DUID+IA combination
///
/// @todo Not implemented yet
/// @brief Returns existing IPv6 lease for a given DUID/IA/subnet-id tuple
///
/// @param duid client DUID
/// @param iaid IA identifier
...
...
@@ -173,7 +161,7 @@ public:
/// If no such lease is present, an exception will be thrown.
virtual
void
updateLease4
(
const
Lease4Ptr
&
lease4
);
/// @brief Updates IPv
4
lease.
/// @brief Updates IPv
6
lease.
///
/// @todo Not implemented yet
///
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment