]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2305] Addressed some comments
authorFrancis Dupont <fdupont@isc.org>
Wed, 17 Sep 2025 21:40:14 +0000 (23:40 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 18 Sep 2025 12:42:01 +0000 (14:42 +0200)
changelog_unreleased/2305-status-get-return-csv-lease-file-location-when-used
src/lib/dhcpsrv/memfile_lease_mgr.h

index 296105f2f927bcc9eaf7069f1e90d283f8ea805c..c6117cbfe00a5d7175597f1a1d7216b71a150dbc 100644 (file)
@@ -1,5 +1,5 @@
 [func]         fdupont
-       When Kea is configured to use a CSV backup file for leases,
-       the "status-get" command returns its location is the
-       "csv-lease-file" entry.
+       When Kea is configured to use the memfile lease backend,
+       the "status-get" command returns the location of the
+       CVS backup file in the "csv-lease-file" entry.
        (Gitlab #2305)
index bb02dd248d12b9de6ea9480331e8162e657960d1..0c6e67a639899d5182658ca6e232381fb163fedf 100644 (file)
@@ -972,6 +972,8 @@ public:
     ///
     /// @return Null or a map with the lease file name to add to
     /// status-get command output.
+    ///
+    /// E.g. { "csv-lease-file": "/var/lib/kea/kea-leases4.csv" }
     virtual data::ElementPtr getStatus() const override;
 
     //@}