libnetconf2 icon indicating copy to clipboard operation
libnetconf2 copied to clipboard

Query : Support of different yang version of ietf-netconf-acm yang

Open shishirpandey29 opened this issue 6 years ago • 1 comments

Hi,

I have implemented netconf client using libnetconf2-0.11-r1 library that uses [email protected] and using netconf server of different party who is supporting [email protected].

We are observing a problem that when netconf server creates a netconf session with netconf client , netconf-client give errors: "Module "[email protected]" is supposed to be imported, but no other module imports it.".

Query: if I upgrade libnetconf2-0.11-r1 supporting [email protected] in netconf-client . Will it be compatible with netconf-server who is supporting old [email protected] ?

shishirpandey29 avatar Feb 08 '19 09:02 shishirpandey29

Hi, as this is an internal module and is always implemented, you must always use one specific revision of the module in applications communicating with each other using NETCONF.

Regards, Michal

michalvasko avatar Feb 08 '19 09:02 michalvasko