Suppress Netconf Notifications

Hi there,
I want to suppress some notifications with some namespace that are raised by CONFD due to configuration change. I want to implement that in C logic to filter & suppress only some of them.

What notifications do you mean? If you are talking about general NETCONF notifications, it’s up to the notification provider to filter what should and what should not be sent out; if you mean notifications sent over the default stream (i.e. the one named “NETCONF”), I don’t think you can affect what is published. In either case it is generally up to the client to create the right subscription.