mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 15:35:17 +00:00
[#1883] fixed compilation and unittests
This commit is contained in:
@@ -146,6 +146,13 @@ public:
|
|||||||
/// @return Summary of the configuration in the textual format.
|
/// @return Summary of the configuration in the textual format.
|
||||||
virtual std::string getConfigSummary(const uint32_t selection);
|
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:
|
protected:
|
||||||
|
|
||||||
/// @brief Parses configuration of Netconf.
|
/// @brief Parses configuration of Netconf.
|
||||||
|
Reference in New Issue
Block a user