mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-03 22:33:02 +02:00
Due to the deprecation of CNI i Podman[1], and its upcoming removal in Podman v5.0, we decided to cut our losses and modify all documentation and models to become backend neutral. We will continue to use CNI as long as possible -- it gives us host interfaces, for instance, that is not part of netawark yet, it seems. Also, sync mount and volume documentation with YANG model changes. [1]: https://blog.podman.io/2023/11/cni-deprecation-and-removal-from-podman-5-0/ Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
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.