mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 06:25:34 +00:00
[#2833] Remove old broken link in comments
This commit is contained in:
committed by
Piotrek Zadroga
parent
f898a9595f
commit
96bbbc6f91
@@ -30,8 +30,7 @@ namespace dhcp {
|
|||||||
///
|
///
|
||||||
/// @todo This class doesn't validate the lease values read from the file.
|
/// @todo This class doesn't validate the lease values read from the file.
|
||||||
/// The @c Lease6 is a structure that should be itself responsible for this
|
/// The @c Lease6 is a structure that should be itself responsible for this
|
||||||
/// validation (see http://oldkea.isc.org/ticket/2405). However, when #2405
|
/// validation. However, the @c next function may need to be updated to use the
|
||||||
/// is implemented, the @c next function may need to be updated to use the
|
|
||||||
/// validation capability of @c Lease6.
|
/// validation capability of @c Lease6.
|
||||||
class CSVLeaseFile6 : public isc::util::VersionedCSVFile, public LeaseFileStats {
|
class CSVLeaseFile6 : public isc::util::VersionedCSVFile, public LeaseFileStats {
|
||||||
public:
|
public:
|
||||||
@@ -80,8 +79,7 @@ public:
|
|||||||
/// (false).
|
/// (false).
|
||||||
///
|
///
|
||||||
/// @todo Make sure that the values read from the file are correct.
|
/// @todo Make sure that the values read from the file are correct.
|
||||||
/// The appropriate @c Lease6 validation mechanism should be used once
|
/// The appropriate @c Lease6 validation mechanism should be used.
|
||||||
/// ticket http://oldkea.isc.org/ticket/2405 is implemented.
|
|
||||||
bool next(Lease6Ptr& lease);
|
bool next(Lease6Ptr& lease);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user