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
The current OpenALTO is based on the INI-style configuration. But it should be conceptually equivalent to the YANG-based configuration.
We first need to convert the INI-style config to JSON-style.
Then we can use yangson to translate the YANG-based configuration to the JSON data schema and instance.
https://github.com/ietf-wg-alto/draft-ietf-alto-oam-yang/blob/main/yang/yang-library-ietf-alto.json provides a valid yang library definition.
The text was updated successfully, but these errors were encountered:
yangson is lightweight enough as a starting point, but it cannot separate config and operational datastores. Maybe sysrepo is a better choice.
yangson
config
operational
sysrepo
Sorry, something went wrong.
fno2010
No branches or pull requests
The current OpenALTO is based on the INI-style configuration. But it should be conceptually equivalent to the YANG-based configuration.
We first need to convert the INI-style config to JSON-style.
Then we can use yangson to translate the YANG-based configuration to the JSON data schema and instance.
https://github.com/ietf-wg-alto/draft-ietf-alto-oam-yang/blob/main/yang/yang-library-ietf-alto.json provides a valid yang library definition.
The text was updated successfully, but these errors were encountered: