]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3301] addressed comments
authorRazvan Becheriu <razvan@isc.org>
Thu, 23 May 2024 18:34:47 +0000 (21:34 +0300)
committerRazvan Becheriu <razvan@isc.org>
Thu, 23 May 2024 18:38:09 +0000 (21:38 +0300)
ChangeLog
doc/sphinx/arm/ext-netconf.rst
src/lib/yang/adaptor_subnet.h
src/share/yang/modules/hashes/kea-dhcp4-server@2024-05-29.hash
src/share/yang/modules/hashes/kea-dhcp6-server@2024-05-29.hash
src/share/yang/modules/kea-dhcp4-server@2024-05-29.yang
src/share/yang/modules/kea-dhcp6-server@2024-05-29.yang

index 6015baaddb8b1f7f613674bed158ffb798c4af4b..3854c97d39aa783b54cd2c78b22a72cc107ba4c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2243.  [func]          razvan
+       Updated yang modules: removed qualifying-suffix,
+       override-no-update, override-client-update,
+       replace-client-name, generated-prefix, hostname-char-set
+       and hostname-char-replacement from dhcp-ddns, removed
+       reservation-mode and added retry-on-startup,
+       stash-agent-options and ddns-conflict-resolution-mode.
+       (Gitlab #3301)
+
 2242.  [func]          razvan
        Removed deprecated command: "libreload".
        (Gitlab #2960)
index b21e7bb9d84e65264f04279c959d43f8fe6e8972..b32f4efe7d66bcf044e7c54816a84931e5aa2230 100644 (file)
@@ -128,7 +128,7 @@ Compiling With NETCONF
 
 .. code-block:: console
 
-    $ autoreconf -f -i
+    $ autoreconf -i
     $ ./configure --with-libyang --with-libyang-cpp --with-sysrepo --with-sysrepo-cpp
 
 .. note::
index 475fec043cc9c74ac5387a5f71e5d99b7ab4fd46..49e684f5cd0d66cec87ebe21e1062c9efcf9d3ae 100644 (file)
@@ -20,7 +20,7 @@ namespace yang {
 ///      so the caller can decide if the second pass is needed.
 ///  -2- For a subnet without an ID, assigned the next unused ID.
 ///
-/// Note as all canonization adaptor it is optional, i.e., code should work
+/// Note as all canonization adaptors it is optional, i.e., code should work
 /// without it.
 class AdaptorSubnet {
 public:
index 1c59d2198170ab42d2ec5cc4ecb9f79787e7c0a0..01d0d1f23dd07a0e187daa44d98bde39578d7280 100644 (file)
@@ -1 +1 @@
-2340982f95cf932980e9de6b32aebf52ee8852302dcce1aaf6647db03f0f0809
+57ef5ec1a319aa17b5440f60963ae208b69e7a12943c3bb8fff830df02bdfe23
index 83c605f12c6ce34ac8fcf5c668e4639402980330..89edd246dba1059f5b4d0180fe797f8b199c3a05 100644 (file)
@@ -1 +1 @@
-953e6ab578308b714a9dbc20e5e2b3bb2b97c21194ec38911402cccb85836833
+aabb48a3bb003438297b8ce1600cfe068adc71accccaa6d711d32ed781afaaf9
index 3d65b9f11551b7af35f1cf3062b3029e9470985e..c1a5ba93cbaa2c10a16d04edaa857b1bfe4a9393 100644 (file)
@@ -21,7 +21,8 @@ module kea-dhcp4-server {
                used to configure and manage a Kea DHCPv4 server.";
 
   revision 2024-05-29 {
-    description "Removed reservation-mode and added stash-agent-options.";
+    description "Removed reservation-mode and added
+                 ddns-conflict-resolution-mode and stash-agent-options.";
   }
 
   revision 2024-01-31 {
index 20b79643ad977afe871181308f30f161fb6c8b2d..cee124a9ed8366ec6d1d8c9543b39c975769b14a 100644 (file)
@@ -21,7 +21,8 @@ module kea-dhcp6-server {
                used to configure and manage a Kea DHCPv6 server.";
 
   revision 2024-05-29 {
-    description "Removed reservation-mode.";
+    description "Removed reservation-mode and added
+                 ddns-conflict-resolution-mode.";
   }
 
   revision 2024-01-31 {