]> git.proxmox.com Git - mirror_frr.git/commit - Makefile.am
lib: add new gRPC-based northbound plugin
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 25 Jan 2019 20:54:16 +0000 (18:54 -0200)
committerRenato Westphal <renato@opensourcerouting.org>
Fri, 26 Apr 2019 21:15:32 +0000 (18:15 -0300)
commitec2ac5f28a83c39b2df02279482494129ddaea28
treea3a52ab9d5e4d47c810b275b54c61dbdb7ece835
parent83981138fe8c1e0a40b8dede74eca65449dda5de
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>
12 files changed:
.gitignore
Makefile.am
configure.ac
grpc/Makefile [new file with mode: 0644]
grpc/frr-northbound.proto [new file with mode: 0644]
grpc/subdir.am [new file with mode: 0644]
lib/lib_errors.c
lib/lib_errors.h
lib/northbound.c
lib/northbound.h
lib/northbound_grpc.cpp [new file with mode: 0644]
lib/subdir.am