mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-02 22:03:01 +02:00
The interface in question might not exist at init:49 if some other change requires it to be recreated from scratch, in which case it will be removed in exit:50. Therefore, run the flush at exit:49, where it should always still exist.
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.