summaryrefslogtreecommitdiff
path: root/lib/lib_errors.c
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2024-03-27 12:38:31 -0500
committerGitHub <noreply@github.com>2024-03-27 12:38:31 -0500
commitd5f17cd51e6e5fcef4c8b8509a3538d655dadf36 (patch)
tree561ebe18fa2fb66964ff86dbee8c2b015f43f19e /lib/lib_errors.c
parentd7f6d0dc4ea0fe5ed63e4b2ca129dfc69f2fd193 (diff)
parent84a00a47b833ab43ec1f02c3d8351df0d02e4d28 (diff)
Merge pull request #15557 from idryzhov/remove-confd
*: remove confd plugin
Diffstat (limited to 'lib/lib_errors.c')
-rw-r--r--lib/lib_errors.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/lib_errors.c b/lib/lib_errors.c
index a96fac9cd4..9d6c04325c 100644
--- a/lib/lib_errors.c
+++ b/lib/lib_errors.c
@@ -308,24 +308,6 @@ static struct log_ref ferr_lib_err[] = {
.suggestion = "Check if the FRR libyang plugins were installed correctly in the system",
},
{
- .code = EC_LIB_CONFD_INIT,
- .title = "ConfD initialization error",
- .description = "Upon startup FRR failed to properly initialize and startup the ConfD northbound plugin",
- .suggestion = "Check if ConfD is installed correctly in the system. Also, check if the confd daemon is running.",
- },
- {
- .code = EC_LIB_CONFD_DATA_CONVERT,
- .title = "ConfD data conversion error",
- .description = "An error has occurred while converting a ConfD data value (binary) to a string",
- .suggestion = "Open an Issue with all relevant log files and restart FRR"
- },
- {
- .code = EC_LIB_LIBCONFD,
- .title = "libconfd error",
- .description = "The northbound subsystem has detected that the libconfd library returned an error",
- .suggestion = "Open an Issue with all relevant log files and restart FRR"
- },
- {
.code = EC_LIB_SYSREPO_INIT,
.title = "Sysrepo initialization error",
.description = "Upon startup FRR failed to properly initialize and startup the Sysrepo northbound plugin",