No description
Find a file
Olof hagsand 081e6871b3 * Renamed clixon-clispec.yang to clixon-autocli.yang
* First version of clixon-autocli.yang semantics
   * Default rules for module exclusion, list-keywords, completion, treeref-state
   * Specialized rules for compress and exclusion of modules
   * See [autocli documentation](https://clixon-docs.readthedocs.io/en/latest/cli.html#autocli)
* Obsoleted and moved autocli config options from clixon-config.yang to clixon-autocli.yang as follows:
   * `CLICON_CLI_GENMODEL`, use: `autocli/module-default=false` instead
      * Removed `clicon_cli_genmodel()`
   * `CLICON_CLI_GENMODEL_TYPE`, use `autocli/list-keyword-default` and compress rules instead)
      * Removed `clicon_cli_genmodel_type()`
   * `CLICON_CLI_GENMODEL_COMPLETION`, use `autocli/completion-default` instead
      * Removed `clicon_cli_genmodel_completion()`
   * `CLICON_CLI_AUTOCLI_EXCLUDE`, use `autocli/rule/operation=exclude` instead
   * `CLICON_CLI_MODEL_TREENAME`, use constant `AUTOCLI_TREENAME` instead
     * Removed `clicon_cli_model_treename()`
* New YANG functions: yang_single_child_type, yang_find_namespace_by_prefix, yang_str2key
* Changed return values of yang_find_prefix_by_namespace
* Merged `cli_cli2xml()` into `cli2xml()`
2022-01-07 12:50:07 +01:00
.github/workflows * New docker build (preliminary) for a development container 2021-12-07 20:07:22 +01:00
apps * Renamed clixon-clispec.yang to clixon-autocli.yang 2022-01-07 12:50:07 +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 Fixed: SEGV when starting FCGI restconf program 2021-12-30 16:35:54 +01:00
docker * Tests: use YANG_STANDARD_DIR from ./configure --with-yang-standard-dir=DIR instead of YANGMODELS from site.sh 2021-12-16 22:44:45 +01:00
etc Copyright 2021 2021-01-13 14:40:34 +01:00
example * Renamed clixon-clispec.yang to clixon-autocli.yang 2022-01-07 12:50:07 +01:00
extras * NACM extension (RFC8341) 2018-12-16 19:49:19 +01:00
include * Performance improvement 2021-11-18 08:37:54 +01:00
lib * Renamed clixon-clispec.yang to clixon-autocli.yang 2022-01-07 12:50:07 +01:00
test * Renamed clixon-clispec.yang to clixon-autocli.yang 2022-01-07 12:50:07 +01:00
util Fixed: SEGV when starting FCGI restconf program 2021-12-30 16:35:54 +01:00
yang * Renamed clixon-clispec.yang to clixon-autocli.yang 2022-01-07 12:50:07 +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 * Renamed clixon-clispec.yang to clixon-autocli.yang 2022-01-07 12:50:07 +01:00
codecov.yml Clixon data access functions use the generic ptr api 2021-10-11 10:57:28 +02:00
configure Changes in clixon-config.yang: 2021-12-28 11:44:19 +01:00
configure.ac Changes in clixon-config.yang: 2021-12-28 11:44:19 +01:00
CONTRIBUTING.md Added .editorconfig, added licensing section to CONTRIB 2021-10-12 13:35:21 +02:00
LICENSE.md Moved fuzz dir to test/fuzz 2021-10-10 18:05:45 +02:00
Makefile.in Updated warnroot and checkroot Commands 2021-09-30 13:08:46 +02:00
README.md Started Clixon 5.5.0.PRE and removed optional YANGs (already disabled in 5.4.0) 2021-12-05 12:03:10 +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.4.0 release is from November 2021. Next is planned in January 2022. See CHANGELOG.md release history.

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

Clixon is sponsored by Rubicon Communications LLC(Netgate)