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.
Hi ,
I am getting when trying to call ydk go Netconf library for Create Request and getting below error.
This error is raising when api is being called concurrently. And working fine with single request.
Can you suggest whether I am using right api...
Hi ,
I am trying to generate models from yang file using ydk-go.
Below error seeing
Traceback (most recent call last):
File "./generate.py", line 495, in <module>
output_directory = (generator.generate(options.bundle))
File "/root/ydk-ge...
Hi Yan,
We have below use cases.
1. Pushing the config to multiple netconf devices in concurrent threads.
2. Pushing multiple configs to the same netconf device but through different concurrent threads.
Please let me know which of the above wil...
Hi Yan,
I resolved all the dependencies but seeing below issue.
Error(s) occurred in YdkGenerator()!
Error occured: "/root/test2/.cache/models/tailf_ncs@16.9.3/tailf-ncs-devices.yang:1535: node tailf-ncs::connect is not found
/root/test2/.cac...