Kea
1.5.0
yang_revisions.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_REVISIONS_H
8
#define ISC_YANG_REVISIONS_H 1
9
10
#include <map>
11
#include <string>
12
13
namespace
isc
{
14
namespace
yang {
15
16
// Table of module name / revision.
17
static
const
std::map<std::string, std::string> YANG_REVISIONS = {
18
#ifdef KEATEST_MODULE
19
{
"keatest-module"
,
"2018-11-20"
},
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"
,
"2018-11-20"
},
25
{
"kea-logging"
,
"2018-11-20"
},
26
{
"kea-dhcp-types"
,
"2018-11-20"
},
27
{
"kea-dhcp4-server"
,
"2018-11-20"
},
28
{
"kea-dhcp6-server"
,
"2018-11-20"
},
29
{
"kea-ctrl-agent"
,
"2018-11-20"
},
30
{
"kea-dhcp-ddns"
,
"2018-11-20"
}
31
};
32
33
};
// end of namespace isc::yang
34
};
// end of namespace isc
35
36
#endif // ISC_YANG_REVISIONS_H
isc
Defines the logger used by the top-level component of kea-dhcp-ddns.
Definition:
agent_parser.cc:144
src
lib
yang
yang_revisions.h
Generated on Fri Jul 10 2020 09:12:51 for Kea by
1.8.18