diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2019-01-25 21:54:16 +0100 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2019-04-26 23:15:32 +0200 |
commit | ec2ac5f28a83c39b2df02279482494129ddaea28 (patch) | |
tree | a3a52ab9d5e4d47c810b275b54c61dbdb7ece835 /.gitignore | |
parent | lib: introduce a read-write lock for northbound configurations (diff) | |
download | frr-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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5003c9757..7a1378d58 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,7 @@ *.pb.h *.pb-c.h *.pb-c.c +*.pb.cc *_clippy.c ### dist |