Kea  1.9.9-git
redact_config.h
Go to the documentation of this file.
1 // Copyright (C) 2021 Internet Systems Consortium, Inc. ("ISC")
2 //
3 // This Source Code Form is subject to the terms of the Mozilla Public
4 // License, v. 2.0. If a copy of the MPL was not distributed with this
5 // file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 
7 #ifndef REDACT_CONFIG_H
8 #define REDACT_CONFIG_H
9 
10 #include <cc/data.h>
11 #include <list>
12 
13 namespace isc {
14 namespace process {
15 
32  std::list<std::string> const& json_path = {"*"});
33 
34 } // namespace process
35 } // namespace isc
36 
37 #endif // REDACT_CONFIG_H
ConstElementPtr redactConfig(ConstElementPtr const &element, list< string > const &json_path)
Redact a configuration.
boost::shared_ptr< const Element > ConstElementPtr
Definition: data.h:23
Defines the logger used by the top-level component of kea-dhcp-ddns.