summaryrefslogtreecommitdiffstats
path: root/lib/northbound_grpc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+2
* *: add errmsg to nb rpcChirag Shah2020-10-051-1/+2
* Merge pull request #6945 from qlyoung/nb-more-messagesRenato Westphal2020-08-201-0/+11
|\
| * lib: fill nb errmsg when no changes during prepQuentin Young2020-08-191-14/+6
| * lib: add better zlogging to gRPC Commit RPCQuentin Young2020-08-181-0/+19
* | lib: don't ignore error messages generated during the commit apply phaseRenato Westphal2020-08-151-3/+10
|/
* lib: fix issue were a few gRPC RPCs were being logged twiceRenato Westphal2020-05-291-15/+14
* lib: return human-readable error messages to the northbound clientsRenato Westphal2020-05-291-53/+36
* lib: introduce the northbound context structureRenato Westphal2020-05-291-4/+8
* lib: remove unnecessary rpc request in grpcQuentin Young2020-05-111-41/+18
* lib: fix undue warning during gRPC module initializationRenato Westphal2020-05-091-0/+2
* lib: convert GRPC plugin to asyncQuentin Young2020-05-081-423/+894
* lib: use frr_pthread to spawn grpc pthreadChirag Shah2020-05-081-4/+21
* lib: create a wrapper function for all northbound callbacksRenato Westphal2020-04-231-1/+2
* lib: defer grpc plugin initialization to post forkQuentin Young2020-03-301-5/+16
* lib: silence compiler warning in the gRPC pluginRenato Westphal2019-10-161-0/+5
* lib: fix gRPC northbound plugin buildQuentin Young2019-10-081-3/+2
* Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal2019-09-181-14/+5
* lib: add new gRPC-based northbound pluginRenato Westphal2019-04-261-0/+936