Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have LSA architecture set up with 2 NSO nodes running. One is in CFS layer and the other in RFS layer. I want to send NETCONF notifications from RFS to CFS layer whenever a plan component is set.The RFS node is a device in CFS node with device-type...
Hi Chenxi,This is how you can do it:csocket = socket.socket() try: ctx = dp.init_daemon('send-notif') # making a control socket dp.connect(dx=ctx, sock=csocket, type=dp.CONTROL_SOCKET, ip='127.0.0.1',...