clixon/apps/cli
Olof hagsand da9bfcbb53 * Changed debug levels in clicon_debug() to be based on maskable flags
* Added flag names: `CLIXON_DBG_*`
  * Added maskable flags that can be combined when debugging:
    * `DEFAULT` = 1: Basic debug message, espcially initialization
    * `MSG` = 2: Input and output packets, read datastore
    * `DETAIL` = 4: Details: message dump in hex, xpath parse trees, etc
    * `EXTRA` = 8: Extra detailed logs
* Test: some errors in yang-lib where content-id was in wrong place
2023-01-27 14:56:58 +01:00
..
cli_auto.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
cli_autocli.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
cli_autocli.h * Changed autocli tree-labels using ac_ and act_ prefixes 2022-01-18 12:17:47 +01:00
cli_common.c Netconf monitoring RFC 6022 Sessions (https://github.com/clicon/clixon/issues/370) 2023-01-15 12:36:59 +01:00
cli_common.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
cli_generate.c * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
cli_generate.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
cli_handle.c [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
cli_handle.h [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
cli_main.c * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
cli_plugin.c Error handling for CLI 2022-11-19 11:11:08 +01:00
cli_plugin.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
cli_show.c * YANG schema mount RFC 8528, Initial commit (work in progress) 2023-01-20 16:16:02 +01:00
clixon_cli.h Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
clixon_cli_api.h [Code formatting: Change indentation style to space](https://github.com/clicon/clixon/issues/379) 2022-10-27 14:21:17 +02:00
Makefile.in Two minor fixes for building on macOS, HOST_VENDOR should be defined before trying to check its value. 2022-08-17 09:39:16 +02:00