Hello members,
I have put on Github 'grepyang'
(https://github.com/ariel-anieli/grepyang.git), a script that greps
through a YANG, and extracts snippets matching a key, it seems 'pyang'
does not have that feature; for example:
# ./grepyang cancel-commit [email protected]
853: rpc cancel-commit {
854: if-feature confirmed-commit;
855: description
856: "This operation is used to cancel an ongoing confirmed commit.
857: If the confirmed commit is persistent, the parameter
858: 'persist-id' must be given, and it must match the value of the
859: 'persist' parameter.";
860: reference "RFC 6241, Section 8.4.4.1";
861:
862: input {
863: leaf persist-id {
864: type string;
865: description
866: "This parameter is given in order to cancel a persistent
867: confirmed commit. The value must be equal to the value
868: given in the 'persist' parameter to the <commit> operation.
869: If it does not match, the operation fails with an
870: 'invalid-value' error.";
871: }
872: }
873: }
If you have any feedback, please, do so: I will improve the tool from it.
Regards,
Ariel
-------------------------------------------------------------------------------
This message was sent using EURECOM Webmail: http://webmail.eurecom.fr
_______________________________________________
netmod mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/netmod