No description
Find a file
Olof hagsand 980718178a * YANG Leafref feature update
* Closer adherence to RFC 7950. Some of this is changed behavior, some is new feature.
  * Essentially instead of looking at the referring leaf, context is referred(target) node
  * Validation uses referred node
    * Validation changed to use type of referred node, instead of just "string"
  * Auto-cli
    * Changed to use type of referred node for typecheck
    * Completion uses referred node
  * Required instance / less strict validation
    * New: Leafrefs must refer to existing data leaf ONLY IF YANG `required-instance` is true
    * Previous: All leafrefs must refer to existing data leaf node
* Fixed: [Autocli does not offer completions for leafref to identityref #254](https://github.com/clicon/clixon/issues/254)
2021-08-16 17:14:27 +02:00
.github/workflows ci: install libnghttp2 2021-06-18 22:59:04 +02:00
apps * YANG Leafref feature update 2021-08-16 17:14:27 +02: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 - Moved yang patch code to new files restconf_methods_patch.[ch] 2021-08-15 20:43:52 +02:00
docker - Improved debugs for native restconf config reads 2021-06-23 10:53:27 +02:00
etc Copyright 2021 2021-01-13 14:40:34 +01:00
example Merge branch 'alanyanigersiklu-yang-patch-alanfork' 2021-08-10 19:50:27 +02:00
extras * NACM extension (RFC8341) 2018-12-16 19:49:19 +01:00
fuzz fuzzing restconf changes, json mem error 2021-06-02 13:39:48 +02:00
include fixed error in rebase 2021-08-05 15:34:38 +03:00
lib * YANG Leafref feature update 2021-08-16 17:14:27 +02:00
test * YANG Leafref feature update 2021-08-16 17:14:27 +02:00
util added ietf-yang-patch.yang and enabled clixon_util_validate 2021-07-20 15:54:42 +02:00
yang cli exclude clixon-restconf, extra cv check in default1 2021-08-05 12:07:07 +02:00
.gitignore * NETCONF Call Home Call Home RFC 8071 2021-02-04 11:43:09 +01:00
CHANGELOG.md * YANG Leafref feature update 2021-08-16 17:14:27 +02:00
codecov.yml Tests: 2021-04-24 17:51:39 +02:00
configure * Native Restconf is now default, not fcgi/nginx 2021-07-07 16:14:58 +02:00
configure.ac * Native Restconf is now default, not fcgi/nginx 2021-07-07 16:14:58 +02:00
LICENSE.md Restconf native: add body to bad request return 2021-05-01 17:53:29 +02:00
Makefile.in - Restructure plugin module using a "module struct" rather than global variables. 2021-04-19 11:06:40 +02:00
README.md * 5.2.0 preparations 2021-07-01 16:34:38 +02: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.

Latest release is 5.2.0 released on July 1st 2021. See CHANGELOG.md release history.

Clixon interaction is best done posting issues, pull requests, or joining the slack channel. Slack invite (updated 30/6 2021)

Clixon is sponsored by Rubicon Communications LLC(Netgate)