You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for the new major versions of libyang.so and libsysrepo.so.
Modify cffi/cdefs.h file according to sysrepo modifications:
- Remove sr_conn_flag_t enum values, sr_connect does not use the flags
anymore. Add the context flag instead.
- Add sr_cache_running and sr_context_options.
Adapt SysrepoConnection init to use the new syrepo functions:
sr_cache_running and sr_context_options.
Allow only libsysrepo.so.8 only.
Signed-off-by: Jeremie Leska <[email protected]>
0 commit comments