... | ... | @@ -2,3 +2,15 @@ |
|
|
|
|
|
- [Design Considerations](design-considerations)
|
|
|
- [Generating master files](master-files)
|
|
|
|
|
|
YANG-aware tools such as [pyang](https://github.com/mbj4668/pyang) can
|
|
|
use the data model in many different ways, for example
|
|
|
|
|
|
- validate instance configurations,
|
|
|
- convert XML instances to JSON and vice versa,
|
|
|
- generate a sample XML instance.
|
|
|
|
|
|
These tasks are explain in detail and demonstrated in this
|
|
|
[tutorial](https://github.com/mbj4668/pyang/wiki/Tutorial) and some of
|
|
|
them also implemented in the
|
|
|
[Makefile](https://gitlab.labs.nic.cz/llhotka/zone-data-yang/blob/master/Makefile). |