Library functions in clixon_cli_api.h (e.g cli_commit) is rewritten in new
for (eg cli_commitv). See clixon_cli_api.h for new names. Use restconf format for internal xmldb keys. Eg /a/b=3,4 Changed example to use multiple cli callbacks
This commit is contained in:
parent
c9f1ece53e
commit
7f0b9909b3
30 changed files with 1444 additions and 1054 deletions
|
|
@ -33,11 +33,11 @@
|
|||
|
||||
*
|
||||
* Translation between database specs
|
||||
* dbspec_key yang_spec CLIgen parse_tree
|
||||
* +-------------+ key2yang +-------------+ yang2cli +-------------+
|
||||
* | keyspec | -------------> | | ------------> | cli |
|
||||
* | A[].B !$a | yang2key | list{key A;}| | syntax |
|
||||
* +-------------+ <------------ +-------------+ +-------------+
|
||||
* yang_spec CLIgen parse_tree
|
||||
* +-------------+ yang2cli +-------------+
|
||||
* | | ------------> | cli |
|
||||
* | list{key A;}| | syntax |
|
||||
* +-------------+ +-------------+
|
||||
*/
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "clixon_config.h" /* generated by config & autoconf */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue