yangmodules_list += ietf-yang-types@2013-07-15.yang
yangmodules_list += kea-ctrl-agent@2019-08-12.yang
yangmodules_list += kea-dhcp-ddns@2022-07-27.yang
-yangmodules_list += kea-dhcp-types@2022-11-30.yang
-yangmodules_list += kea-dhcp4-server@2022-11-30.yang
-yangmodules_list += kea-dhcp6-server@2022-11-30.yang
+yangmodules_list += kea-dhcp-types@2022-12-27.yang
+yangmodules_list += kea-dhcp4-server@2022-12-27.yang
+yangmodules_list += kea-dhcp6-server@2022-12-27.yang
yangmodules_list += kea-types@2019-08-12.yang
yangmodules_list += keatest-module@2022-11-30.yang
+++ /dev/null
-7d1d195bcbad2b14cbec09149373469d2ec39e8faf9b8d822d127027d8924220
--- /dev/null
+c7c3d49249be8027851050a5a11e888053253e4ef3863d9acd125062160e7190
+++ /dev/null
-138ee4d4bdcf7bd0bfd13a2b25cbafba59d9b452d4144b1055f4be9ce878be2d
--- /dev/null
+2bef760a61ec2054c0398c75e31fb20208620d2bf7353cdf3c33fbebca32becb
+++ /dev/null
-9b07383279d1857dd9fc5aa0be4baadd10b6589ccdcda95dbaf983eeb5c703dd
--- /dev/null
+25e02b2d4347dd95b58b8f397d3d506bf94483a3b2d85a90eb062aa1e52e3a5a
description "This file defines some commonly used Kea DHCP types and
groupings.";
+ revision 2022-12-27 {
+ description "Added never-send.";
+ }
+
revision 2022-11-30 {
description "Added the extended-info-checks and the ignore-rai-link-selection nodes.";
}
}
}
+ grouping option-data-never-send {
+ description "Option data never-send grouping.";
+ leaf never-send {
+ type boolean;
+ description "Defines whether to never send the option.";
+ }
+ }
+
grouping option-def-array {
description "Option data array grouping.";
leaf array {
}
import kea-dhcp-types {
prefix dhcp;
- revision-date 2022-11-30;
+ revision-date 2022-12-27;
}
organization "Internet Systems Consortium";
description "This model defines a YANG data model that can be
used to configure and manage a Kea DHCPv4 server.";
+ revision 2022-12-27 {
+ description "Added never-send to option-data.";
+ }
+
revision 2022-11-30 {
description "Added the template-test node for client classes.";
}
uses dhcp:option-data-data;
uses dhcp:option-data-csv-format;
uses dhcp:option-data-always-send;
+ uses dhcp:option-data-never-send;
uses dhcp:option-data-user-context;
}
}
}
import kea-dhcp-types {
prefix dhcp;
- revision-date 2022-11-30;
+ revision-date 2022-12-27;
}
organization "Internet Systems Consortium";
description "This model defines a YANG data model that can be
used to configure and manage a Kea DHCPv6 server.";
+ revision 2022-12-27 {
+ description "Added never-send to option-data.";
+ }
+
revision 2022-11-30 {
description "Added the template-test node for client classes.";
}
uses dhcp:option-data-data;
uses dhcp:option-data-csv-format;
uses dhcp:option-data-always-send;
+ uses dhcp:option-data-never-send;
uses dhcp:option-data-user-context;
}
}