{ "ietf-dhcpv6-server", "2018-09-04" },
{ "kea-types", "2019-08-12" },
{ "kea-dhcp-types", "2023-06-28" },
- { "kea-dhcp4-server", "2023-06-28" },
- { "kea-dhcp6-server", "2023-06-28" },
+ { "kea-dhcp4-server", "2024-01-31" },
+ { "kea-dhcp6-server", "2024-01-31" },
{ "kea-ctrl-agent", "2019-08-12" },
{ "kea-dhcp-ddns", "2022-07-27" }
}; // YANG_REVISIONS
yangmodules_list += kea-ctrl-agent@2019-08-12.yang
yangmodules_list += kea-dhcp-ddns@2022-07-27.yang
yangmodules_list += kea-dhcp-types@2023-06-28.yang
-yangmodules_list += kea-dhcp4-server@2023-06-28.yang
-yangmodules_list += kea-dhcp6-server@2023-06-28.yang
+yangmodules_list += kea-dhcp4-server@2024-01-31.yang
+yangmodules_list += kea-dhcp6-server@2024-01-31.yang
yangmodules_list += kea-types@2019-08-12.yang
yangmodules_list += keatest-module@2022-11-30.yang
+++ /dev/null
-1397414b9fe0dd0d7fdd33ce1ed40e0d82406b15e4e8f48ae0b913389a7b0a5f
--- /dev/null
+a1b6cad9bbf1174cf985163df390b89fa20c9f9dd52732c194dfcc9d8ab82d8d
+++ /dev/null
-c3ccbe3c3449228d92f3d48a7cf37e05c502884a886bf74b62bfdb82b6db1741
--- /dev/null
+5e06c05278ba1591d5860c3069900fb4e3ce21117742453257afad6c34a2f703
description "This model defines a YANG data model that can be
used to configure and manage a Kea DHCPv4 server.";
+ revision 2024-01-31 {
+ description "Added data to the set of keys for option-data to facilitate
+ configuring options with same code and space, but different
+ data.";
+ }
+
revision 2023-06-28 {
description "Added pool ID.";
}
description "This model defines a YANG data model that can be
used to configure and manage a Kea DHCPv6 server.";
+ revision 2024-01-31 {
+ description "Added data to the set of keys for option-data to facilitate
+ configuring options with same code and space, but different
+ data.";
+ }
+
revision 2023-06-28 {
description "Added pool ID. Renamed statistic declined-nas to
declined-addresses";