how could i successfully parse configuration with "remove" attribute with lyd_parse_data_mem api? #2026
-
But |
Beta Was this translation helpful? Give feedback.
Answered by
michalvasko
May 15, 2023
Replies: 1 comment 6 replies
-
Look at the error message, if you do not want to enable logging then with |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do not understand what you mean, what the flag does is parses invalid nodes as opaque nodes, valid nodes are parsed normally.
You are not supposed to be validating the edit config (because it can be invalid as seen in this case) but rather the configuration after the edit is applied.