Hi,
I wrote a confd get process and notification process with one yang module, It is working fine. Now i want to add one more yang module to same procesess. how can i do that?
Can I register two callpoint id’s in single get process?
Can I register two notification streams in single notification process?
@cohult, I want to create an application which support any yang standards like open-config, open-roadm etc.
Lets Assume we have two yang modules A and B with same properties but from different standards.
Now i want to write and application which supports both yang modules. So should I use single process
for A and B yang modules or separate process for each? which is best way to do?
Thanks in Advance.