Kea
1.9.9-git
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dhcp4/json_config_parser.h
Go to the documentation of this file.
1
// Copyright (C) 2012-2020 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
#include <
cc/data.h
>
8
#include <
cc/stamped_value.h
>
9
#include <
dhcpsrv/parsers/dhcp_parsers.h
>
10
#include <
exceptions/exceptions.h
>
11
12
#include <stdint.h>
13
#include <string>
14
15
#ifndef DHCP4_CONFIG_PARSER_H
16
#define DHCP4_CONFIG_PARSER_H
17
20
21
namespace
isc
{
22
namespace
dhcp {
23
24
class
Dhcpv4Srv;
25
58
isc::data::ConstElementPtr
59
configureDhcp4Server
(Dhcpv4Srv&,
60
isc::data::ConstElementPtr
config_set,
61
bool
check_only =
false
);
62
63
}
// namespace dhcp
64
}
// namespace isc
65
66
#endif // DHCP4_CONFIG_PARSER_H
data.h
exceptions.h
isc::dhcp::configureDhcp4Server
isc::data::ConstElementPtr configureDhcp4Server(Dhcpv4Srv &server, isc::data::ConstElementPtr config_set, bool check_only)
Configure DHCPv4 server (Dhcpv4Srv) with a set of configuration values.
Definition:
dhcp4/json_config_parser.cc:322
isc::data::ConstElementPtr
boost::shared_ptr< const Element > ConstElementPtr
Definition:
data.h:23
isc
Defines the logger used by the top-level component of kea-dhcp-ddns.
Definition:
agent_parser.cc:143
stamped_value.h
dhcp_parsers.h
src
bin
dhcp4
json_config_parser.h
Generated on Wed Sep 15 2021 10:48:30 for Kea by
1.8.9.1