clixon/apps/cli
Olof hagsand 67b8685bab The Clixon API has been extended with namespaces, or namespace contexts in the following cases:
* CLIspec functions have added namespace parameter:
    * `cli_show_config <db> <format> <xpath>` --> `cli_show_config <db> <format> <xpath> <namespace>`
    * `cli_copy_config <db> <xpath> ...` --> `cli_copy_config <db> <xpath> <namespace> ...`
  * Xpath API
    * `xpath_first(x, format, ...)` --> `xpath_first(x, nsc, format, ...)`
    * `xpath_vec(x, format, vec, veclen, ...)` --> `xpath_vec(x, nsc, format, vec, veclen, ...)`
    * `xpath_vec_flag(x, format, flags, vec, veclen, ...)` --> `xpath_vec_flag(x, format, flags, vec, veclen, ...)`
    * `xpath_vec_bool(x, format, ...)` --> `xpath_vec_bool(x, nsc, format, ...)`
    * `xpath_vec_ctx(x, xpath, xp)` --> `xpath_vec_ctx(x, nsc, xpath, xp)`
  * xmldb_get0 has an added `nsc` parameter:
    * `xmldb_get0(h, db, xpath, copy, xret, msd)` --> `xmldb_get0(h, db, nsc, xpath, copy, xret, msd)`
  * The plugin statedata callback (ca_statedata) has been extended with an nsc parameter:
    * `int example_statedata(clicon_handle h, cvec *nsc, char *xpath, cxobj *xstate);`
  * rpc get and get-config api function has an added namespace argument:
    * `clicon_rpc_get_config(clicon_handle h, char *db, char *xpath, char *namespace, cxobj **xt);`
    * `int clicon_rpc_get(clicon_handle h, char *xpath, char *namespace, cxobj **xt);`
2019-07-08 10:36:37 +02:00
..
cli_common.c The Clixon API has been extended with namespaces, or namespace contexts in the following cases: 2019-07-08 10:36:37 +02:00
cli_common.h 2019 2019-01-02 15:48:30 +01:00
cli_generate.c The Clixon API has been extended with namespaces, or namespace contexts in the following cases: 2019-07-08 10:36:37 +02:00
cli_generate.h Structural C-code change: Merged yang_spec and yang_node types into yang_stmt 2019-04-02 12:27:33 +02:00
cli_handle.c * Structural change: removed datastore plugin and directory, and merged into regulat clixon lib code. 2019-03-31 18:17:40 +02:00
cli_handle.h 2019 2019-01-02 15:48:30 +01:00
cli_main.c * New clixon-config@2019-06-05.yang revision 2019-06-05 10:58:02 +02:00
cli_plugin.c Re-inserted cli_output_reset for what was erroneuos thought to be an obsole\ 2019-03-22 16:13:51 +01:00
cli_plugin.h 2019 2019-01-02 15:48:30 +01:00
cli_show.c The Clixon API has been extended with namespaces, or namespace contexts in the following cases: 2019-07-08 10:36:37 +02:00
clixon_cli.h 2019 2019-01-02 15:48:30 +01:00
clixon_cli_api.h * Regexp improvements 2019-05-20 16:03:29 +02:00
Makefile.in Made Makefile concurrent so that it can be compiled with -jN 2019-03-21 10:40:00 +01:00