Query : Support of different yang version of ietf-netconf-acm yang
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] ?
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