2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#1883] fixed compilation and unittests

This commit is contained in:
Razvan Becheriu
2021-05-21 20:13:48 +03:00
parent 521b71d9c8
commit cf2e7b1f89

View File

@@ -146,6 +146,13 @@ public:
/// @return Summary of the configuration in the textual format.
virtual std::string getConfigSummary(const uint32_t selection);
/// @brief Return a list of all paths that contain passwords or secrets for
/// kea-netconf.
///
/// @return the list of lists of sequential JSON map keys needed to reach
/// the passwords and secrets.
std::list<std::list<std::string>> jsonPathsToRedact() const;
protected:
/// @brief Parses configuration of Netconf.