This repo contains the draft for the next version of draft-lincla-netconf-yang-library-augmentedby
RUN rfcdiff [CURRENT VERSION] [PREVIOUS VERSION]
The .html file will be generated under the main directory.
The text of the draft can be modified in builder/draft-lincla-netconf-yang-library-augmentedby.xml
Before generating a new draft version, user can go to /builder/build_yanglib_augment_draft.py end of Line 79 to change the version identifier. (e.g. draft-lincla-netconf-yang-library-augmentedby-00 => draft-lincla-netconf-yang-library-augmentedby-01)
For the current draft version that the user is working on, execute the make
to generate .xml and .txt file for the draft.
Modify the .xml corresponding to the current version. Make sure to
commit the corresponding .txt so that diff with current version is correct.
- python3
- pyang
- make
- xml2rfc
- iddiff
- pip
The YANG modules are in the yang_augment_RFC7895 and the yang_augment_RFC85435 directories, each containining a set of modules that augment different version of ietf-yang-library.