Kea 2.2.0
dhcp4/json_config_parser.h
Go to the documentation of this file.
1// Copyright (C) 2012-2022 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 DHCP4_CONFIG_PARSER_H
8#define DHCP4_CONFIG_PARSER_H
9
10#include <cc/data.h>
11#include <cc/stamped_value.h>
14
15#include <stdint.h>
16#include <string>
17
20
21namespace isc {
22namespace dhcp {
23
24class Dhcpv4Srv;
25
60configureDhcp4Server(Dhcpv4Srv& server, isc::data::ConstElementPtr config_set,
61 bool check_only = false);
62
63} // namespace dhcp
64} // namespace isc
65
66#endif // DHCP4_CONFIG_PARSER_H
boost::shared_ptr< const Element > ConstElementPtr
Definition: data.h:27
isc::data::ConstElementPtr configureDhcp4Server(Dhcpv4Srv &server, isc::data::ConstElementPtr config_set, bool check_only)
Configure DHCPv4 server (Dhcpv4Srv) with a set of configuration values.
Defines the logger used by the top-level component of kea-lfc.