Files
infix/package/statd/Config.in
T
Joachim WibergandTobias Waldekranz a38e5582ac Refactor, break out a libsrx from confd, shared with statd
Everything (!) potentially shared with other sysrepo plugins/daemons and
helper functions (not yet in libite) that can be used by other daemons
have been relocated to libsrx.

Fix #116

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2023-08-30 10:37:43 +02:00

12 lines
406 B
Plaintext

config BR2_PACKAGE_STATD
bool "statd"
select BR2_PACKAGE_JANSSON
select BR2_PACKAGE_LIBEV
select BR2_PACKAGE_SYSREPO
select BR2_PACKAGE_LIBSRX
help
Operational Status Daemon. Responsible for handling sysrepo
operational run-time info. Such as interface state and address.
All data supplied should be fetched from the running system,
which might differ from data configured through confd.