You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using lighty 21 RNC app I am trying to connect to a device that sends back crap instead of its capabilities. Thus I am trying to override it while connecting like this (using RESTCONF):
All YANG schemas are already in the schema cache folder. I have tried to add the two schemas to yang-module-capabilities but of course it fails, because both are submodules.
I've also tried to add them to non-module-capabilities, but they were not picked up probably because I did not use the correct URI format.
So my question is: what is the proper way to define a submodule when I am overriding capabilities?
The text was updated successfully, but these errors were encountered:
This is more of an ODL question but anyway.
Using lighty 21 RNC app I am trying to connect to a device that sends back crap instead of its capabilities. Thus I am trying to override it while connecting like this (using RESTCONF):
However, schema creation build fails with:
All YANG schemas are already in the schema cache folder. I have tried to add the two schemas to yang-module-capabilities but of course it fails, because both are submodules.
I've also tried to add them to non-module-capabilities, but they were not picked up probably because I did not use the correct URI format.
So my question is: what is the proper way to define a submodule when I am overriding capabilities?
The text was updated successfully, but these errors were encountered: