* JSON encoding of YANG metadata according to RFC 7952
* XML -> JSON translation
This commit is contained in:
parent
76e59873c2
commit
6bf3112fe7
8 changed files with 145 additions and 29 deletions
|
|
@ -879,7 +879,7 @@ yn_each(yang_stmt *yparent,
|
|||
/*! Find first child yang_stmt with matching keyword and argument
|
||||
*
|
||||
* @param[in] yn Yang node, current context node.
|
||||
* @param[in] keyword if 0 match any keyword
|
||||
* @param[in] keyword if 0 match any keyword. Actual type: enum rfc_6020
|
||||
* @param[in] argument String compare w argument. if NULL, match any.
|
||||
* @retval ys Yang statement, if any
|
||||
* This however means that if you actually want to match only a yang-stmt with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue