commit | cbf288bcf72441382b8a28b45e5815dcf3ae97de | [log] [tgz] |
---|---|---|
author | Jan Kundrát <jan.kundrat@cesnet.cz> | Thu Jun 18 20:44:39 2020 +0200 |
committer | Jan Kundrát <jan.kundrat@cesnet.cz> | Fri Jun 19 16:54:03 2020 +0200 |
tree | b9e4f53a63092eb6084478743910bbd2e0367c34 | |
parent | 3867c9e4ae1381ef55c6d83da6cfa2ebf47bfd87 [diff] |
Unify item creation/deletion in datastore access All of our implementations are using the same implementation; all of the smartness is actually in sysrepo or in libyang. As a bonus, this should make it possible to remove regular leafs as well (backend-wise at least). Change-Id: I177cd233b4b699f66475eae735a659b7c8577534
This program provides an interactive console for working with YANG data. It can connect to NETCONF servers, and also talk to sysrepo locally.
For building, one needs:
Use an exact commit of any dependencies as specified in submodules/dependencies/*
.
The build process uses CMake. A quick-and-dirty build with no fancy options can be as simple as mkdir build && cd build && cmake .. && make && make install
.
Issue reporting and feature requests are welcome via Taiga.io.
We are using Gerrit for patch submission, code review and Continuous Integration (CI). Development roadmap and planning happens over Taiga.io.
Copyright © CESNET, https://www.cesnet.cz/ . Portions copyright © Faculty of Information Technology, Czech Technical University in Prague, https://fit.cvut.cz/ . Most of the code was written by Václav Kubernát (CESNET, formerly FIT ČVUT) and Jan Kundrát (CESNET). The project is distributed under the terms of the Apache 2.0 license.