Skip to content

Commit 77195c4

Browse files
author
Razvan Becheriu
committed
[#3301] addressed comments
1 parent 2cbf76f commit 77195c4

7 files changed

+17
-6
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2243. [func] razvan
2+
Updated yang modules: removed qualifying-suffix,
3+
override-no-update, override-client-update,
4+
replace-client-name, generated-prefix, hostname-char-set
5+
and hostname-char-replacement from dhcp-ddns, removed
6+
reservation-mode and added retry-on-startup,
7+
stash-agent-options and ddns-conflict-resolution-mode.
8+
(Gitlab #3301)
9+
110
2242. [func] razvan
211
Removed deprecated command: "libreload".
312
(Gitlab #2960)

doc/sphinx/arm/ext-netconf.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Compiling With NETCONF
128128

129129
.. code-block:: console
130130
131-
$ autoreconf -f -i
131+
$ autoreconf -i
132132
$ ./configure --with-libyang --with-libyang-cpp --with-sysrepo --with-sysrepo-cpp
133133
134134
.. note::

src/lib/yang/adaptor_subnet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace yang {
2020
/// so the caller can decide if the second pass is needed.
2121
/// -2- For a subnet without an ID, assigned the next unused ID.
2222
///
23-
/// Note as all canonization adaptor it is optional, i.e., code should work
23+
/// Note as all canonization adaptors it is optional, i.e., code should work
2424
/// without it.
2525
class AdaptorSubnet {
2626
public:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2340982f95cf932980e9de6b32aebf52ee8852302dcce1aaf6647db03f0f0809
1+
57ef5ec1a319aa17b5440f60963ae208b69e7a12943c3bb8fff830df02bdfe23
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
953e6ab578308b714a9dbc20e5e2b3bb2b97c21194ec38911402cccb85836833
1+
aabb48a3bb003438297b8ce1600cfe068adc71accccaa6d711d32ed781afaaf9

src/share/yang/modules/kea-dhcp4-server@2024-05-29.yang

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ module kea-dhcp4-server {
2121
used to configure and manage a Kea DHCPv4 server.";
2222

2323
revision 2024-05-29 {
24-
description "Removed reservation-mode and added stash-agent-options.";
24+
description "Removed reservation-mode and added
25+
ddns-conflict-resolution-mode and stash-agent-options.";
2526
}
2627

2728
revision 2024-01-31 {

src/share/yang/modules/kea-dhcp6-server@2024-05-29.yang

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ module kea-dhcp6-server {
2121
used to configure and manage a Kea DHCPv6 server.";
2222

2323
revision 2024-05-29 {
24-
description "Removed reservation-mode.";
24+
description "Removed reservation-mode and added
25+
ddns-conflict-resolution-mode.";
2526
}
2627

2728
revision 2024-01-31 {

0 commit comments

Comments
 (0)