clixon/apps/cli
Olof hagsand 6bf2a74e24 * Restconf with startup feature will now copy all edit changes to startup db (as it should according to RFC 8040)
* See [Restconf does not handle startup datastore according to the RFC](https://github.com/clicon/clixon/issues/74)
* Netconf Startup feature is no longer hardcoded, you need to explicitly enable it (See RFC 6241, Section 8.7)
  * Enable in config file with: `<CLICON_FEATURE>ietf-netconf:startup</CLICON_FEATURE>`, or use `*:*`
2019-04-26 12:12:55 +02:00
..
cli_common.c * Added yang access functions 2019-04-11 15:53:25 +02:00
cli_common.h 2019 2019-01-02 15:48:30 +01:00
cli_generate.c * Added yang access functions 2019-04-11 15:53:25 +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 * Restconf with startup feature will now copy all edit changes to startup db (as it should according to RFC 8040) 2019-04-26 12:12:55 +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 * Added yang access functions 2019-04-11 15:53:25 +02:00
clixon_cli.h 2019 2019-01-02 15:48:30 +01:00
clixon_cli_api.h Added base as CLI default mode and cli 2019-03-05 16:19:20 +01:00
Makefile.in Made Makefile concurrent so that it can be compiled with -jN 2019-03-21 10:40:00 +01:00