Notifications output has [-v]

Hello,

I am trying to populate notfications for some of the events coming from our hardware.
When a particular string is empty, and I go ahead and to a CONFD_SET_TAG_STR of this string, in the show notifications command I see “[-v]” this string. Could you explain this behaviour?

Best regards,
Poornima.M

Hi Poornima,

It is working as expected for me.
When I set the empty string, I just get an empty value for the leaf in the show command.

What output do you get on the NETCONF client side?

Can you check the buffer you confd_tag_value_t array prior to sending the notification? Do you have the right size of the buffer?

-Nabil