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

index 9e351e8bb59d4cdffa0a6c456a9fc5faae0c0fe5..26fa55e0a25f0e441a19c95a42016e27fb94af13 100644 (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: