2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

[#2833] Remove old broken link in comments

This commit is contained in:
Suzanne Goldlust 2023-06-21 18:02:03 +00:00 committed by Piotrek Zadroga
parent f898a9595f
commit 96bbbc6f91

View File

@ -30,8 +30,7 @@ namespace dhcp {
///
/// @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
/// validation (see http://oldkea.isc.org/ticket/2405). However, when #2405
/// is implemented, the @c next function may need to be updated to use the
/// validation. However, the @c next function may need to be updated to use the
/// validation capability of @c Lease6.
class CSVLeaseFile6 : public isc::util::VersionedCSVFile, public LeaseFileStats {
public:
@ -80,8 +79,7 @@ public:
/// (false).
///
/// @todo Make sure that the values read from the file are correct.
/// The appropriate @c Lease6 validation mechanism should be used once
/// ticket http://oldkea.isc.org/ticket/2405 is implemented.
/// The appropriate @c Lease6 validation mechanism should be used.
bool next(Lease6Ptr& lease);
private: