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