commit | 211383d83907b2992e2a083372a624823ba0ecbb | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubernat@cesnet.cz> | Mon Jan 06 18:07:50 2020 +0100 |
committer | Václav Kubernát <kubernat@cesnet.cz> | Mon Jan 06 18:18:47 2020 +0100 |
tree | 0c45d5c363f3af3f4b3c77128f2c3b01667a81a8 | |
parent | 82684cfc39bc2cc6aeab8f944f5e64e1ed5cf1c8 [diff] |
Fix parsing of absolute list-ending paths When parsing an absolute path, the grammar first clears m_curPath in absolutePath_class, and then tries to parse nodes separated by slashes. Due to how list-ending paths are a little bit more complex, these nodes are parsed in a separate rule called dataNodesListEnd. This rule incorrectly used initializePath to reset the m_curPath to the original one (which basically means undoing what absolutePath_class does). dataNodesListEnd doesn't reset the path anymore. Change-Id: If617b697f37b25a15521cb947919c6ac9b6c81bd
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.