No description
Find a file
Olof hagsand 21ac47915b More XPath function support
* `count`, `name`, `contains`, `not`, as defined in [xpath 1.0](https://www.w3.org/TR/xpath-10)
  * `deref`, `derived-from` and `derived-from-or-self` from RFC7950 Section 10.
    * in particular in augment/when statements
  * Improved error handling
    * Verification of XPath functions is done at startup when yang modules are loaded, not when XPaths are evaluated.
    * Separation of "not found" and "not implemented" XPath functions
    * Both give a fatal error (backend does not start).
2020-09-25 11:52:06 +02:00
apps comments and typos 2020-09-22 22:41:59 +02:00
aux moved aux configure scripts to aux directory 2020-03-09 15:38:21 +01:00
build-root/scripts Implement make dist target 2017-12-05 05:23:27 -06:00
doc Fixed ssl client certs for evhtp. 2020-07-01 15:11:22 +02:00
docker clixon 4.7.0 2020-09-14 11:30:39 +02:00
etc In the bbuild system, you dont need to do make install-include for installing include files for compiling. This is now included in the actions done by make install. 2020-04-05 12:25:33 +02:00
example * Fixed: Restconf failed put/post could leave residue in candidate causing errors in next put/post 2020-09-10 18:09:17 +02:00
extras * NACM extension (RFC8341) 2018-12-16 19:49:19 +01:00
include * Netconf as default namespace has been disabled by default. 2020-09-02 15:44:10 +02:00
lib More XPath function support 2020-09-25 11:52:06 +02:00
test More XPath function support 2020-09-25 11:52:06 +02:00
util More XPath function support 2020-09-25 11:52:06 +02:00
yang Changed semantics of to "disable NACM if there is no _NACM_ configuration", instead of "disable NACM if there is no _configuration_". 2020-09-12 12:42:17 +02:00
.gitignore Fixed ssl client certs for evhtp. 2020-07-01 15:11:22 +02:00
.travis.yml new travis 2020-07-07 22:59:56 +02:00
CHANGELOG.md More XPath function support 2020-09-25 11:52:06 +02:00
configure 4.8.0.PRE 2020-09-15 12:12:26 +02:00
configure.ac 4.8.0.PRE 2020-09-15 12:12:26 +02:00
LICENSE.md * Fixed instance-id multiple results 2020-04-22 14:00:40 +02:00
Makefile.in Makefile copyright 2020-05-12 13:59:45 +02:00
README.md More XPath function support 2020-09-25 11:52:06 +02:00

Build Status Documentation Status

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, Travis-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.

See CHANGELOG.md release history.

Clixon interaction is best done posting issues, pull requests, or joining the slack channel. Slack invite

Clixon is sponsored by Rubicon Communications LLC(Netgate)