From: Razvan Becheriu Date: Fri, 21 May 2021 17:13:48 +0000 (+0300) Subject: [#1883] fixed compilation and unittests X-Git-Tag: Kea-1.9.8~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf2e7b1f893f598c86ec3baf724a9a5fd8f0ceae;p=thirdparty%2Fkea.git [#1883] fixed compilation and unittests --- diff --git a/src/bin/netconf/netconf_cfg_mgr.h b/src/bin/netconf/netconf_cfg_mgr.h index d1e40597cb..9d27526b1f 100644 --- a/src/bin/netconf/netconf_cfg_mgr.h +++ b/src/bin/netconf/netconf_cfg_mgr.h @@ -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> jsonPathsToRedact() const; + protected: /// @brief Parses configuration of Netconf.