mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 15:43:02 +02:00
Inspired by openconfig-system[1], except the infix-system type is binary to allow encoding an entire file, with optional control characters. The openconfig-system model also carries login-banner, which is displayed before login. This could be added later to infix-system to let the user set an OpenSSH login Banner. [1]: https://openconfig.net/projects/models/schemadocs/yangdoc/openconfig-system.html 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.