mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-02 13:53:01 +02:00
The new confd-load.sh script handles bootstrapping Infix using startup-config or a failure-config (see later commits) on error. When used with the -b (bootstrap) option, and failure to load the give file, the script sets a Finit condition and goes to runlevel 9. The condition can be used to trigger loading of a failure-config to go to a Fail Secure mode. 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.