commit | f9212c44b415d42916d6237a1ca7a13e201f876d | [log] [tgz] |
---|---|---|
author | Tomáš Pecka <tomas.pecka@cesnet.cz> | Wed Mar 10 11:45:05 2021 +0100 |
committer | Tomáš Pecka <tomas.pecka@cesnet.cz> | Mon Mar 22 19:34:07 2021 +0100 |
tree | 256f3f21b487fd8b394f3539d18fe64586703383 | |
parent | c017eab1f6b2bb4ddf993e7b51a6484d15fa84ee [diff] |
system: Get current neighbours from Rtnetlink This will be used for implementing neighbours in ietf-ip YANG model [1]. We wrap libnl's rtnl_link and rtnl_neigh objects into unique_ptr with custom deleter so the lifetime is auto-managed. [1] https://tools.ietf.org/html/rfc8344 Change-Id: I1497d9f00d3e8ce969edb630024e26487ee7d0f4
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.