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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user