Kea
1.9.9-git
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dhcp6/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
#ifndef DHCP6_CONFIG_PARSER_H
8
#define DHCP6_CONFIG_PARSER_H
9
10
#include <
cc/data.h
>
11
#include <
dhcpsrv/parsers/dhcp_parsers.h
>
12
#include <
exceptions/exceptions.h
>
13
14
#include <string>
15
16
namespace
isc
{
17
namespace
dhcp {
18
19
class
Dhcpv6Srv;
20
43
isc::data::ConstElementPtr
44
configureDhcp6Server
(Dhcpv6Srv& server,
isc::data::ConstElementPtr
config_set,
45
bool
check_only =
false
);
46
47
}
// namespace dhcp
48
}
// namespace isc
49
50
#endif // DHCP6_CONFIG_PARSER_H
isc::dhcp::configureDhcp6Server
isc::data::ConstElementPtr configureDhcp6Server(Dhcpv6Srv &server, isc::data::ConstElementPtr config_set, bool check_only)
Configures DHCPv6 server.
Definition:
dhcp6/json_config_parser.cc:425
data.h
exceptions.h
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
dhcp_parsers.h
src
bin
dhcp6
json_config_parser.h
Generated on Wed Sep 15 2021 10:48:30 for Kea by
1.8.9.1