No description
Find a file
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
.github/workflows github actions update 2022-12-12 18:19:09 +01:00
apps * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
build-root/scripts Implement make dist target 2017-12-05 05:23:27 -06:00
config-aux * Changed docker builds 2022-12-11 13:57:27 +01:00
doc Preparations for Clixon 6.0 release 2022-11-29 10:00:41 +01:00
docker Renamed clixon-system container to clixon-test 2023-01-15 22:44:00 +01:00
etc Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
example C-API: Changed type of veclen parameter to size_t in xpath_vec_flag() 2022-12-29 15:49:19 +01:00
extras Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
include * YANG schema mount RFC 8528, Initial commit (work in progress) 2023-01-20 16:16:02 +01:00
lib * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
scripts SNMP MIB to YANG conversion. Script to traverse a MIB directory and convert the MIBs to YANG files using smidump. 2022-06-26 11:28:42 +02:00
test * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
util Fixed: [Netconf commit confirm session-id mismatch #407](https://github.com/clicon/clixon/issues/407) 2023-01-18 15:55:49 +01:00
yang RFC 8525: 2023-01-15 22:44:00 +01:00
.editorconfig Merge branch 'master' into fix-editorconfig 2022-10-27 15:02:34 +02:00
.gitignore C-API: All calls to clicon_log_xml() changed to new function `clicon_debug_xml()\ 2023-01-15 13:17:58 +01:00
CHANGELOG.md * Changed debug levels in clicon_debug() to be based on maskable flags 2023-01-27 14:56:58 +01:00
codecov.yml Clixon data access functions use the generic ptr api 2021-10-11 10:57:28 +02:00
configure * Changed docker builds 2022-12-11 13:57:27 +01:00
configure.ac * Changed docker builds 2022-12-11 13:57:27 +01:00
CONTRIBUTING.md Preparations for Clixon 6.0 release 2022-11-29 10:00:41 +01:00
LICENSE.md Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
Makefile.in Fixed if-feature-expr parser memory leak 2022-06-26 12:31:44 +02:00
README.md Update README with matrix pointers 2023-01-23 19:38:45 +01:00

Build Status Documentation Status codecov

Clixon is a YANG-based configuration manager, with interactive CLI, NETCONF and RESTCONF interfaces, an embedded database and transaction mechanism.

See documentation, project page and examples, Github actions CI

Clixon is open-source and dual licensed. Either Apache License, Version 2.0 or GNU General Public License Version 2; you choose, see LICENSE.md.

Clixon has a master branch continuously tested with CI, but releases are made ca every second month. Latest 6.0.0 release is from November 2022. Next is planned for January 2023. See CHANGELOG.md release history.

Clixon interaction is best done posting issues, pull requests, or joining the Matrix channels: https://matrix.to/#/#clixondev:matrix.org for general info and discussion, and https://matrix.to/#/#clixontech:matrix.org for technical details and issues.

Clixon is sponsored by Rubicon Communications LLC(Netgate) and Akamai Technologies, Inc..