Skip to content

Commit 7f8e574

Browse files
committed
netopeer2 UPDATE use latest libnetconf2 YANG mod
1 parent d81c334 commit 7f8e574

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ set(LIBYANG_DEP_SOVERSION 3.9.0)
4949
set(LIBYANG_DEP_SOVERSION_MAJOR 3)
5050

5151
# libnetconf2 required version
52-
set(LIBNETCONF2_DEP_VERSION 3.6.0)
53-
set(LIBNETCONF2_DEP_SOVERSION 4.5.1)
52+
set(LIBNETCONF2_DEP_VERSION 3.7.6)
53+
set(LIBNETCONF2_DEP_SOVERSION 4.6.6)
5454
set(LIBNETCONF2_DEP_SOVERSION_MAJOR 4)
5555

5656
# sysrepo required version

scripts/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ LN2_MODULES=(
3636
"[email protected] -e tls10 -e tls11 -e tls12 -e tls13 -e hello-params"
3737
"[email protected] -e server-ident-x509-cert -e client-auth-supported -e client-auth-x509-cert"
3838
"[email protected] -e ssh-listen -e tls-listen -e ssh-call-home -e tls-call-home -e central-netconf-server-supported"
39-
"libnetconf2-netconf-server@2025-01-23.yang"
39+
"libnetconf2-netconf-server@2025-06-02.yang"
4040
)
4141

4242
# get path to the sysrepocfg executable

0 commit comments

Comments
 (0)