Kea
2.7.5
yang_revisions.h
Go to the documentation of this file.
1
// Copyright (C) 2018-2024 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_REVISIONS_H
8
#define ISC_YANG_REVISIONS_H 1
9
10
#include <string>
11
#include <unordered_map>
12
13
namespace
isc
{
14
namespace
yang {
15
16
// Table of module name / revision.
17
static
const
std::unordered_map<std::string, std::string> YANG_REVISIONS = {
18
#ifdef KEATEST_MODULE
19
{
"keatest-module"
,
"2022-11-30"
},
20
#endif
// KEATEST_MODULE
21
{
"ietf-dhcpv6-types"
,
"2018-09-04"
},
22
{
"ietf-dhcpv6-options"
,
"2018-09-04"
},
23
{
"ietf-dhcpv6-server"
,
"2018-09-04"
},
24
{
"kea-types"
,
"2019-08-12"
},
25
{
"kea-dhcp-types"
,
"2024-05-29"
},
26
{
"kea-dhcp4-server"
,
"2024-05-29"
},
27
{
"kea-dhcp6-server"
,
"2024-05-29"
},
28
{
"kea-ctrl-agent"
,
"2019-08-12"
},
29
{
"kea-dhcp-ddns"
,
"2022-07-27"
}
30
};
// YANG_REVISIONS
31
32
}
// namespace yang
33
}
// namespace isc
34
35
#endif
// ISC_YANG_REVISIONS_H
isc
Defines the logger used by the top-level component of kea-lfc.
Definition
agent_parser.cc:148
src
lib
yang
yang_revisions.h
Generated on Wed Nov 20 2024 11:53:26 for Kea by
1.10.0