Kea  1.9.9-git
yang_models.h
Go to the documentation of this file.
1 // Copyright (C) 2018 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 ISC_YANG_MODELS_H
8 #define ISC_YANG_MODELS_H 1
9 
10 #include <string>
11 
12 namespace isc {
13 namespace yang {
14 
18 static const std::string IETF_DHCPV6_SERVER = "ietf-dhcpv6-server";
19 
21 static const std::string KEA_DHCP4_SERVER = "kea-dhcp4-server";
22 
24 static const std::string KEA_DHCP6_SERVER = "kea-dhcp6-server";
25 
28 static const std::string KEA_DHCP_DDNS = "kea-dhcp-ddns";
29 
32 static const std::string KEA_CTRL_AGENT = "kea-ctrl-agent";
33 
34 }; // end of namespace isc::yang
35 }; // end of namespace isc
36 
37 #endif // ISC_YANG_MODELS_H
Defines the logger used by the top-level component of kea-dhcp-ddns.