[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)
///
/// @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;
//@}