Tool to export config data #2349
Unanswered
Blumentopf99
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It seems libyang does not directly support this so you will have to implement it yourself. For example, just load all the data and free all the state subtrees, simple |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have a data file that contains both config and status data complying to a certain Yang model. I'm looking for a (command line) way to export the config data only excluding nodes that refer to status data. Does anyone know a simple way how to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions