summaryrefslogtreecommitdiff
path: root/lib/lib_errors.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2019-05-07 16:53:17 -0400
committerGitHub <noreply@github.com>2019-05-07 16:53:17 -0400
commit6915af74fd47378c422b24dc87579103a90ede86 (patch)
tree4235c445ab0a720d8c7d84fbe7f3adc0d98c7e00 /lib/lib_errors.c
parent6c90b756696900eb8cf649982b941659671558e1 (diff)
parentec2ac5f28a83c39b2df02279482494129ddaea28 (diff)
Merge pull request #4082 from opensourcerouting/grpc-nb-plugin
gRPC northbound plugin
Diffstat (limited to 'lib/lib_errors.c')
-rw-r--r--lib/lib_errors.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/lib_errors.c b/lib/lib_errors.c
index 5f6c25b770..b6c764d873 100644
--- a/lib/lib_errors.c
+++ b/lib/lib_errors.c
@@ -333,6 +333,12 @@ static struct log_ref ferr_lib_err[] = {
.suggestion = "Open an Issue with all relevant log files and restart FRR"
},
{
+ .code = EC_LIB_GRPC_INIT,
+ .title = "gRPC initialization error",
+ .description = "Upon startup FRR failed to properly initialize and startup the gRPC northbound plugin",
+ .suggestion = "Check if the gRPC libraries are installed correctly in the system.",
+ },
+ {
.code = EC_LIB_NB_CB_CONFIG_ABORT,
.title = "A northbound configuration callback has failed in the ABORT phase",
.description = "A callback used to process a configuration change has returned an error while trying to abort a change",