commit | 70e5456b334c6076bc593d827279fec9d0f72166 | [log] [tgz] |
---|---|---|
author | Tomáš Pecka <tomas.pecka@cesnet.cz> | Wed Mar 10 12:39:03 2021 +0100 |
committer | Tomáš Pecka <tomas.pecka@cesnet.cz> | Tue Apr 13 11:38:38 2021 +0200 |
tree | 3bd876c4aa9c4147e3bb8c11369333157a522bbb | |
parent | b29f36bc44ec5eb363e2eb941c1c4132e7376691 [diff] |
system: Implement interface statistics in IETFInterfaces The YANG model ietf-interfaces [1] models interface statistics. This commit implements some of the interface statistics that are available via libnl. Also require newer sysrepo. This version fixes deadlock between push and pull ops data manipulation from multiple threads [2]. [1] https://tools.ietf.org/html/rfc8343 [2] https://github.com/sysrepo/sysrepo/issues/2375 Bug: https://github.com/sysrepo/sysrepo/issues/2375 Change-Id: I6daa798af25181cb49cb199631f853520c0e91ce
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.