]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2833] Remove old broken link from comments
authorSuzanne Goldlust <sgoldlust@isc.org>
Wed, 21 Jun 2023 18:00:44 +0000 (18:00 +0000)
committerPiotrek Zadroga <piotrek@isc.org>
Tue, 27 Jun 2023 15:32:48 +0000 (15:32 +0000)
src/lib/dhcpsrv/csv_lease_file4.h

index 44cd41286f770ac363c9f9b5e1100db9e214ae23..5e5bd4e045245d9a8fed1f15ba82303a35dce192 100644 (file)
@@ -28,8 +28,7 @@ namespace dhcp {
 ///
 /// @todo This class doesn't validate the lease values read from the file.
 /// The @c Lease4 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 Lease4.
 class CSVLeaseFile4 : public isc::util::VersionedCSVFile, public LeaseFileStats {
 public:
@@ -81,8 +80,7 @@ public:
     /// (false).
     ///
     /// @todo Make sure that the values read from the file are correct.
-    /// The appropriate @c Lease4 validation mechanism should be used once
-    /// ticket http://oldkea.isc.org/ticket/2405 is implemented.
+    /// The appropriate @c Lease4 validation mechanism should be used.
     bool next(Lease4Ptr& lease);
 
 private: