commit | fd90efb2ec6b36f7e8b537a530de2b3f02603afd | [log] [tgz] |
---|---|---|
author | Tomáš Pecka <tomas.pecka@cesnet.cz> | Thu Oct 07 10:40:44 2021 +0200 |
committer | Tomáš Pecka <tomas.pecka@cesnet.cz> | Thu Oct 07 13:45:23 2021 +0200 |
tree | f28cdae5423ded8026d3bb8fa225b37f57037d33 | |
parent | fd5ebd3af4980020ef163df9a6ab594ca60ed88a [diff] |
utils: refactor utils::getSubtree libyang wrapper In the change for the commit to follow Vasek suggested that the utils::getSubtree helper could be renamed to getUniqueSubtree and the behaviour could be changed to return std::optional<>. When no matching node is found the function returns std::nullopt. When multiple matching nodes are found the function throws. This code in the next commit could benefit a little from this change. Change-Id: I8ded7695dc383e6654f8efa44b6a5442ef904485
Together with sysrepo, this software provides "general system management" of embedded devices. The target platform is anything that runs Linux with systemd. This runs in production on CzechLight SDN DWDM devices.
This component tracks the overal health state of the system, including various sensors, or the state of systemd
units. As an operator-friendly LED at the front panel of the appliance shows the aggregated health state.
Firmware can be updated via RAUC, and various aspects of the system's configuration can be adjusted. This includes a firewall, basic network settings, and authentication management.
For a full list, consult the yang/
directory in this repository.