commit | c017eab1f6b2bb4ddf993e7b51a6484d15fa84ee | [log] [tgz] |
---|---|---|
author | Tomáš Pecka <tomas.pecka@cesnet.cz> | Wed Mar 10 12:26:05 2021 +0100 |
committer | Tomáš Pecka <tomas.pecka@cesnet.cz> | Mon Mar 22 14:03:30 2021 +0100 |
tree | 55fe9f14ae4531d837f436630c8dd0d632c1e75d | |
parent | db0841388e8981c349bf75f636ded0009c853062 [diff] |
system: Get current links from Rtnetlink This will be used for statistics retrieval (see next commits). We wrap libnl's rtnl_link objects into unique_ptr with custom deleter so the lifetime is auto-managed. Change-Id: Ic2d14d19f3992ad68ae2df70f01c60f49bfea577
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.