No description
Find a file
Olof hagsand 23b466a854 * YANG unique: added single descendant node ids as special case
* This means that two variants are supported:
    * unique "a b c", ie multiple direct chidlren
    * unique "a/b/c", ie single descendants
  * RFC 7950 Sec 7.8.3 is somewhat unclear
  * The combination is not supported
* Netconf data-not-unique info changed to return schema nodes instead of XML for RFC7950 compliance
2022-03-17 17:14:42 +01:00
.github/workflows Test: Added expect to Dockerfile and made sure pagination test worked in docker 2022-03-14 15:22:04 +01:00
apps * CLI reconnects to backend if backend restarts with a warning 2022-03-16 18:30:21 +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 * Documentation: plugin start function doc 2022-03-14 12:14:55 +01:00
docker Test: Added expect to Dockerfile and made sure pagination test worked in docker 2022-03-14 15:22:04 +01:00
etc Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
example * Documentation: plugin start function doc 2022-03-14 12:14:55 +01:00
extras Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00
include * CLI reconnects to backend if backend restarts with a warning 2022-03-16 18:30:21 +01:00
lib * YANG unique: added single descendant node ids as special case 2022-03-17 17:14:42 +01:00
test * YANG unique: added single descendant node ids as special case 2022-03-17 17:14:42 +01:00
util * CLI reconnects to backend if backend restarts with a warning 2022-03-16 18:30:21 +01:00
yang Module state upgrade: RFC7895 to RFC 8525 2022-03-07 10:56:54 +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 * YANG unique: added single descendant node ids as special case 2022-03-17 17:14:42 +01:00
codecov.yml Clixon data access functions use the generic ptr api 2021-10-11 10:57:28 +02:00
configure * Bumped version to 5.7.0_PRE 2022-03-14 12:13:45 +01:00
configure.ac * Bumped version to 5.7.0_PRE 2022-03-14 12:13:45 +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.6.0 Release 2022-03-08 10:40:34 +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.6.0 release is from March 2022. Next is planned for May 2022. See CHANGELOG.md release history.

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

Clixon is sponsored by Rubicon Communications LLC(Netgate)