mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-02 13:53:01 +02:00
Add a new "statd" module to sysrepo. This module is intended to handle operational status, i.e. R/O attributes. In this state, the statd module only retrieves and answers to the "oper-state" of "eth0". This will be replaced by proper interface handling and json data processing in upcoming patches. The indent here is to get the base logistics in place as soon as possible to make life easier for developers. Signed-off-by: Richard Alpe <richard@bit42.se>
Configuration Daemon
confd is the Infix configuration daemon that serves as the glue
between sysrepo and netopeer2 (NETCONF) and the UNIX system under
it all.
Origin & References
Based on the Open Source dklibc/sysrepo_plugin_ietf_system project by Denis Kalashnikov.