Replies: 2 comments 5 replies
-
There is no such format for YANG modules, only YANG and YIN. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks. I am looking for a way to load yang schema files really fast. If we have large number of yang files and we parsed the yang files once into libyang context, is there a way to dump the in-memory context in a format which can be loaded very fast the next time.. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to dump the libyang schema/context (which is already loaded in memory) in LYB format, similar to how data is dumped ? Cannot find API for it, hence asking. Also, we want to subsequently load the schema in binary format rather than text format. Thanks !
Beta Was this translation helpful? Give feedback.
All reactions