Added clicon_data_init API, and yang_mount_get API
Moved dynamic options from options to data API
This commit is contained in:
parent
5822c1a72a
commit
1e136bc9df
11 changed files with 174 additions and 43 deletions
|
|
@ -445,6 +445,8 @@ xp_yang_eval(xp_yang_ctx *xy,
|
|||
* @param[in] ys YANG referring node
|
||||
* @param[in] path_arg path-arg
|
||||
* @param[out] yref YANG referred node
|
||||
* @retval 0 OK
|
||||
* @retval -1 Error
|
||||
* @note this function uses XPATH parser, which is (much too) general
|
||||
* @code
|
||||
* yang_stmt *ys; // source / referring node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue