Skip to content

Commit 2f0dd25

Browse files
committed
[#3198] bump up revisions for YANG modules
1 parent 11de31d commit 2f0dd25

File tree

8 files changed

+18
-6
lines changed

8 files changed

+18
-6
lines changed

src/lib/yang/yang_revisions.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ static const std::unordered_map<std::string, std::string> YANG_REVISIONS = {
2323
{ "ietf-dhcpv6-server", "2018-09-04" },
2424
{ "kea-types", "2019-08-12" },
2525
{ "kea-dhcp-types", "2023-06-28" },
26-
{ "kea-dhcp4-server", "2023-06-28" },
27-
{ "kea-dhcp6-server", "2023-06-28" },
26+
{ "kea-dhcp4-server", "2024-01-31" },
27+
{ "kea-dhcp6-server", "2024-01-31" },
2828
{ "kea-ctrl-agent", "2019-08-12" },
2929
{ "kea-dhcp-ddns", "2022-07-27" }
3030
}; // YANG_REVISIONS

src/share/yang/modules/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ yangmodules_list += [email protected]
1414
yangmodules_list += [email protected]
1515
yangmodules_list += [email protected]
1616
yangmodules_list += [email protected]
17-
yangmodules_list += kea-dhcp4-server@2023-06-28.yang
18-
yangmodules_list += kea-dhcp6-server@2023-06-28.yang
17+
yangmodules_list += kea-dhcp4-server@2024-01-31.yang
18+
yangmodules_list += kea-dhcp6-server@2024-01-31.yang
1919
yangmodules_list += [email protected]
2020
yangmodules_list += [email protected]
2121

src/share/yang/modules/hashes/[email protected]

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a1b6cad9bbf1174cf985163df390b89fa20c9f9dd52732c194dfcc9d8ab82d8d

src/share/yang/modules/hashes/[email protected]

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5e06c05278ba1591d5860c3069900fb4e3ce21117742453257afad6c34a2f703
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ module kea-dhcp4-server {
2020
description "This model defines a YANG data model that can be
2121
used to configure and manage a Kea DHCPv4 server.";
2222

23+
revision 2024-01-31 {
24+
description "Added data to the set of keys for option-data to facilitate
25+
configuring options with same code and space, but different
26+
data.";
27+
}
28+
2329
revision 2023-06-28 {
2430
description "Added pool ID.";
2531
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ module kea-dhcp6-server {
2020
description "This model defines a YANG data model that can be
2121
used to configure and manage a Kea DHCPv6 server.";
2222

23+
revision 2024-01-31 {
24+
description "Added data to the set of keys for option-data to facilitate
25+
configuring options with same code and space, but different
26+
data.";
27+
}
28+
2329
revision 2023-06-28 {
2430
description "Added pool ID. Renamed statistic declined-nas to
2531
declined-addresses";

0 commit comments

Comments
 (0)