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
Currently the only way to add a yang module using python is install_module, which does not take in initial data to populate required fields with.
i.e. there is no support for init-data as seen in sysrepoctl
sysrepoctl -i [email protected] -v3 --init-data initial-data.xml
Could we get the sr_install_module2, sr_installmodules2 support in python to support the ability to initially populate data
The text was updated successfully, but these errors were encountered:
Since we maintain this repository on our own time, we are limited in what we can do. You can add it if you'd like.
Sorry, something went wrong.
No branches or pull requests
Currently the only way to add a yang module using python is install_module, which does not take in initial data to populate required fields with.
i.e. there is no support for init-data as seen in sysrepoctl
sysrepoctl -i [email protected] -v3 --init-data initial-data.xml
Could we get the sr_install_module2, sr_installmodules2 support in python to support the ability to initially populate data
The text was updated successfully, but these errors were encountered: