Skip to content

Commit 0fe9cfa

Browse files
committed
confd: Use correct YANG modules after upgrading libnetconf2 and sysrepo
1 parent 0c60649 commit 0fe9cfa

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

src/confd/yang/confd.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ MODULES=(
1818
1919
2020
# NOTE: ietf-tls-client must be version matched with ietf-tls-server, used by netopeer2!
21-
21+
2222
"[email protected] -e file-action -e file-limit-size -e remote-action -e select-adv-compare -e select-match"
2323
2424
@@ -39,13 +39,13 @@ MODULES=(
3939
4040
4141
42-
"infix-services@2024-12-03.yang"
42+
"infix-services@2025-12-10.yang"
4343
4444
4545
4646
"[email protected] -e vlan-filtering"
4747
"ietf-crypto-types -e cleartext-symmetric-keys"
4848
4949
"ietf-keystore -e symmetric-keys"
50-
"infix-keystore@2025-06-17.yang"
50+
"infix-keystore@2025-12-10.yang"
5151
)

src/confd/yang/libnetconf2.inc

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
# INFO: CHANGED FEATURE FLAGS FROM ORIGINAL: ietf-keystore and ietf-ssh-server
44

55
MODULES=(
6-
"iana-ssh-encryption-algs@2022-06-16.yang"
7-
"iana-ssh-key-exchange-algs@2022-06-16.yang"
8-
"iana-ssh-mac-algs@2022-06-16.yang"
9-
"iana-ssh-public-key-algs@2022-06-16.yang"
10-
"iana-tls-cipher-suite-algs@2022-06-16.yang"
6+
"iana-ssh-encryption-algs@2024-10-16.yang"
7+
"iana-ssh-key-exchange-algs@2024-10-16.yang"
8+
"iana-ssh-mac-algs@2024-10-16.yang"
9+
"iana-ssh-public-key-algs@2024-10-16.yang"
10+
"iana-tls-cipher-suite-algs@2024-10-16.yang"
1111
1212
"[email protected] -e crypt-hash-md5 -e crypt-hash-sha-256 -e crypt-hash-sha-512"
13-
"ietf-crypto-types@2023-12-28.yang -e cleartext-passwords -e cleartext-private-keys"
14-
"ietf-keystore@2023-12-28.yang -e central-keystore-supported -e asymmetric-keys"
15-
"ietf-truststore@2023-12-28.yang -e central-truststore-supported -e certificates -e public-keys"
16-
"ietf-tcp-common@2023-12-28.yang -e keepalives-supported"
17-
"ietf-tcp-server@2023-12-28.yang -e tcp-server-keepalives"
18-
"ietf-tcp-client@2023-12-28.yang -e local-binding-supported -e tcp-client-keepalives"
19-
"ietf-ssh-common@2023-12-28.yang -e transport-params"
20-
"ietf-ssh-server@2023-12-28.yang"
21-
"ietf-tls-common@2023-12-28.yang -e tls10 -e tls11 -e tls12 -e tls13 -e hello-params"
22-
"ietf-tls-server@2023-12-28.yang -e server-ident-x509-cert -e client-auth-supported -e client-auth-x509-cert"
23-
"ietf-netconf-server@2023-12-28.yang -e ssh-listen -e tls-listen -e ssh-call-home -e tls-call-home -e central-netconf-server-supported"
24-
"libnetconf2-netconf-server@2025-06-02.yang"
13+
"ietf-crypto-types@2024-10-10.yang -e cleartext-passwords -e cleartext-private-keys"
14+
"ietf-keystore@2024-10-10.yang -e central-keystore-supported -e inline-definitions-supported -e asymmetric-keys"
15+
"ietf-truststore@2024-10-10.yang -e central-truststore-supported -e inline-definitions-supported -e certificates -e public-keys"
16+
"ietf-tcp-common@2024-10-10.yang -e keepalives-supported"
17+
"ietf-tcp-server@2024-10-10.yang -e tcp-server-keepalives"
18+
"ietf-tcp-client@2024-10-10.yang -e local-binding-supported -e tcp-client-keepalives"
19+
"ietf-ssh-common@2024-10-10.yang -e algorithm-discovery -e transport-params"
20+
"ietf-ssh-server@2024-10-10.yang"
21+
"ietf-tls-common@2024-10-10.yang -e algorithm-discovery -e tls12 -e tls13 -e hello-params"
22+
"ietf-tls-server@2024-10-10.yang -e server-ident-x509-cert -e client-auth-supported -e client-auth-x509-cert"
23+
"ietf-netconf-server@2025-04-24.yang -e ssh-listen -e tls-listen -e ssh-call-home -e tls-call-home -e central-netconf-server-supported"
24+
"libnetconf2-netconf-server@2025-11-11.yang"
2525
)

src/confd/yang/sysrepo.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Modules from sysrepo
33

44
MODULES=(
5-
"sysrepo@2024-10-25.yang"
5+
"sysrepo@2025-04-04.yang"
66
77
88

0 commit comments

Comments
 (0)