mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
Use timezone names defined in iana-timezones.yang, replacing the type 'string' in standard ietf-system.yang This enables CLI (tab complete) and NETCONF clients (dropdown) to view available timezone strings, and the yang engine to validate the input.
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.