commit | efcac93226335852adfbbed741c7efd1914fd557 | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubernat@cesnet.cz> | Fri Jan 10 15:26:32 2020 +0100 |
committer | Václav Kubernát <kubernat@cesnet.cz> | Fri Jan 10 17:04:22 2020 +0100 |
tree | 53a1f7c67579342249a9b386cd15b0c9d2dbde79 | |
parent | c18ffac4e84e55fabf2abf8d45c143007d138c9d [diff] |
Merge pathToAbsoluteSchemaString and pathToSchemaString These functions did almost the same thing, the only difference was that the former inserted module prefixes everyhwere and the other didn't. The new function takes an argument specifying whether to insert prefixes everyhwere. pathToSchemaString also checks whether a path is absolute or relative and prepends a slash. This means, that it's no longer possible to convert and absolute path to a string with no leading slash. The StaticSchema class had to be changed accordingly, because it stored absolute paths in strings without a leading slash (because it was designed before absolute paths existed). The fact that this was split into two functions helped find an error in a later patch. Change-Id: I6112cb5982919b51b61152f355771a52dd467c6e
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.