summaryrefslogtreecommitdiff
path: root/lib/northbound.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2019-01-25 18:54:16 -0200
committerRenato Westphal <renato@opensourcerouting.org>2019-04-26 18:15:32 -0300
commitec2ac5f28a83c39b2df02279482494129ddaea28 (patch)
treea3a52ab9d5e4d47c810b275b54c61dbdb7ece835 /lib/northbound.h
parent83981138fe8c1e0a40b8dede74eca65449dda5de (diff)
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/northbound.h')
-rw-r--r--lib/northbound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/northbound.h b/lib/northbound.h
index 909bb08ebe..8f6753506b 100644
--- a/lib/northbound.h
+++ b/lib/northbound.h
@@ -418,6 +418,7 @@ enum nb_client {
NB_CLIENT_CLI,
NB_CLIENT_CONFD,
NB_CLIENT_SYSREPO,
+ NB_CLIENT_GRPC,
};
/* Northbound configuration. */