Closed harshawasthi90 closed 8 years ago
Hi, you should use libnetconf 0.10.0, it is fixed there.
Regards, Michal
great... Thanks...
is there any patch for resolving the issue? I am using netopper 0.9 which i think is not compatible with libnetconf 10.
You can only patch it yourself, if you cherry-pick commit 2a74f825 to your libnetconf 0.9.0, it should work.
got it.... its working after the changes... Plus following change will be required to...
session->hostname ? session->hostname : "0.0.0.0")
thanks...:)
Hi all, I am using 0.9 version of libnetconf.
I am running both netopeer-server and client on same machine.
On client side I am subscribing to the events by entering subscribe command. As soon as I use edit-config running, I get a notification of NETCONF-CONFIG-CHANGE.
But the problem is, this notification that I get doesn't agree with the yang model used by libnetconf. See the following link for.. ietf-netconf-notifications.yang (https://github.com/CESNET/libnetconf/blob/0.9.x/models/ietf-netconf-notifications.yang)
Correct notification would be something like
Actually I am using Opendaylight conntroller to connect to netconf server and I am subscribing the default event stream. When I get the NETCONF-CONFIG-CHANGE notification, I get an error because of the model mismatch.
What can i do to resolve this problem?