system: report routing table via ietf-routing model

Implement filling of the routing table in the ietf-routing YANG model
[1]. We only fill the data from the main routing table. The main routing table
can be obtained with `ip [-4|-6] route show table main`.

[1] https://tools.ietf.org/html/rfc8349

Change-Id: I9cacfa47047df9db8d3f90ffbdc151c67532f411
4 files changed
tree: 3f2e75c404b1a4552ea9f3f3cca205fa5d9805c7
  1. .clang-format
  2. .gitmodules
  3. .zuul.CzechLight-internal.yaml
  4. .zuul.public.yaml
  5. CMakeLists.txt
  6. Doxyfile.in
  7. LICENSE
  8. LICENSE.md
  9. README.md
  10. ci/
  11. cmake/
  12. docs/
  13. src/
  14. tests/
  15. yang/
README.md

YANG System management for embedded devices running Linux

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.

Health tracking

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.

System management

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.

Supported YANG models

For a full list, consult the yang/ directory in this repository.