Skip to content

Commit

Permalink
Change yang-library version
Browse files Browse the repository at this point in the history
  • Loading branch information
mpereh authored and dima1308 committed Dec 19, 2024
1 parent 64f5b90 commit fe07a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/clixon_netconf_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1785,7 +1785,7 @@ netconf_capabilites(clicon_handle h,

/* Check if RFC7895 loaded and revision found */
if ((ietf_yang_library_revision = yang_modules_revision(h)) != NULL){
if (xml_chardata_encode(&encstr, "urn:ietf:params:netconf:capability:yang-library:1.0?revision=%s&module-set-id=%s",
if (xml_chardata_encode(&encstr, "urn:ietf:params:netconf:capability:yang-library:1.1?revision=%s&module-set-id=%s",
ietf_yang_library_revision,
module_set_id) < 0)
goto done;
Expand Down

0 comments on commit fe07a50

Please sign in to comment.