commit | 2041a67f4bd0e71bebcaf1cad88373709f0f2a4a | [log] [tgz] |
---|---|---|
author | Tomáš Pecka <tomas.pecka@cesnet.cz> | Thu Oct 07 13:44:29 2021 +0200 |
committer | Tomáš Pecka <tomas.pecka@cesnet.cz> | Thu Oct 07 13:47:19 2021 +0200 |
tree | 561c0bd1db7cc1491434834958ff66e1115cb126 | |
parent | bd43a9430372b478cf02a01b8677b96850d83743 [diff] |
system: if-statement simplifications in IETFInterfacesConfig * use `if (auto x = foo())` pattern rather than `if (auto x = foo(); x)` * use new `utils::getUniqueSubtree` libyang wrapper instead of manually calling libyang functions Change-Id: Id35ba449455740f65601ef782cda9ade5cfab02f
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.