We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi ofof I found the config false leaf can be configed in startup stage, there may be some logic error Here is my test case:
config false
module unigw { ... leaf test { config false; type string; } ... }
and startup_db content this:
<configuration> <test xmlns="http://www.xdja.com/unigw">aaaa</test> </configuration>
In the running db, get this:
The text was updated successfully, but these errors were encountered:
* Fixed: [The config false leaf shouldn't be configed in startup stage …
dea3962
…#189](#189)
Please verify the fix above
Sorry, something went wrong.
No branches or pull requests
Hi ofof
I found the
config false
leaf can be configed in startup stage, there may be some logic errorHere is my test case:
and startup_db content this:
In the running db, get this:
The text was updated successfully, but these errors were encountered: