summaryrefslogtreecommitdiffstats
path: root/lib/lib_errors.c
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2019-01-25 21:54:16 +0100
committerRenato Westphal <renato@opensourcerouting.org>2019-04-26 23:15:32 +0200
commitec2ac5f28a83c39b2df02279482494129ddaea28 (patch)
treea3a52ab9d5e4d47c810b275b54c61dbdb7ece835 /lib/lib_errors.c
parentlib: introduce a read-write lock for northbound configurations (diff)
downloadfrr-ec2ac5f28a83c39b2df02279482494129ddaea28.tar.xz
frr-ec2ac5f28a83c39b2df02279482494129ddaea28.zip
lib: add new gRPC-based northbound plugin
This is an experimental plugin for now. Full documentation will come later. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
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 5f6c25b77..b6c764d87 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",