I have installed Confd 7.6. I use “~/confd/examples.confd/netconf_notifications$ make all start-builtin” to generate alarms one by one by pressing a keyword (d for linkdown, u for linkup, etc).
Hi,
The sender needs to call confd_notification_send() for each notification (e.g. alarm) that is sent. See ConfD UG chapter “Sending Notifications from an Application” and the confd_lib_dp(3) man page for details.
The easiest way is already described above. The southbound code (to ConfD) needs to fill the information needed according to the notification definition in the YANG module.