No description
Find a file
Olof hagsand 97316e0bfa * Follow-up on [restconf GET json response does not encode top level node with namespace as per rfc #303](https://github.com/clicon/clixon/issues/303)
* Load/save JSON config file did not work
* Added rfc7951 parameter to `clixon_json_parse_string()` and `clixon_json_parse_file()`
  * If set, honor RFC 7951: JSON Encoding of Data Modeled with YANG, eg it requires module name prefixes
  * If not set, parse as regular JSON
* Test: added test_db.sh for datastore format tests
2022-02-22 14:28:01 +01:00
.github/workflows CI: removed evhtp dependency 2022-02-10 18:00:40 +01:00
apps * Follow-up on [restconf GET json response does not encode top level node with namespace as per rfc #303](https://github.com/clicon/clixon/issues/303) 2022-02-22 14:28:01 +01:00
build-root/scripts Implement make dist target 2017-12-05 05:23:27 -06:00
config-aux * Fixed ["aux" folder issue with Windows. #198](https://github.com/clicon/clixon/issues/198) 2021-04-07 09:44:18 +02:00
doc * Unit test ifdef for restconf http1 parser 2022-02-17 09:16:01 +01:00
docker * Removed docker warning: set master default branch 2022-02-17 12:38:39 +01:00
etc Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
example * Follow-up on [restconf GET json response does not encode top level node with namespace as per rfc #303](https://github.com/clicon/clixon/issues/303) 2022-02-22 14:28:01 +01:00
extras Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
include * Unit test ifdef for restconf http1 parser 2022-02-17 09:16:01 +01:00
lib * Follow-up on [restconf GET json response does not encode top level node with namespace as per rfc #303](https://github.com/clicon/clixon/issues/303) 2022-02-22 14:28:01 +01:00
test * Follow-up on [restconf GET json response does not encode top level node with namespace as per rfc #303](https://github.com/clicon/clixon/issues/303) 2022-02-22 14:28:01 +01:00
util * Follow-up on [restconf GET json response does not encode top level node with namespace as per rfc #303](https://github.com/clicon/clixon/issues/303) 2022-02-22 14:28:01 +01:00
yang * New clixon-config@2022-02-11.yang revision 2022-02-12 21:45:50 +01:00
.editorconfig Added .editorconfig, added licensing section to CONTRIB 2021-10-12 13:35:21 +02:00
.gitignore * Renamed clixon-clispec.yang to clixon-autocli.yang 2022-01-07 12:50:07 +01:00
CHANGELOG.md * Follow-up on [restconf GET json response does not encode top level node with namespace as per rfc #303](https://github.com/clicon/clixon/issues/303) 2022-02-22 14:28:01 +01:00
codecov.yml Clixon data access functions use the generic ptr api 2021-10-11 10:57:28 +02:00
configure * Restconf native http/1, first working version 2022-02-08 18:59:47 +01:00
configure.ac * Restconf native http/1, first working version 2022-02-08 18:59:47 +01:00
CONTRIBUTING.md Added .editorconfig, added licensing section to CONTRIB 2021-10-12 13:35:21 +02:00
LICENSE.md Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
Makefile.in Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
README.md Clixon 5.5.0 CHANGELOG and README update 2022-01-20 17:42:40 +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 5.5.0 release is from January 2022. Next is planned for March 2022. See CHANGELOG.md release history.

Clixon interaction is best done posting issues, pull requests, or joining the slack channel. Slack invite(updated 20/1 2022)

Clixon is sponsored by Rubicon Communications LLC(Netgate)