]> git.puffer.fish Git - matthieu/frr.git/commit
grpc: fix grpc for various failures
authorChristian Hopps <chopps@labn.net>
Wed, 20 Mar 2024 19:20:18 +0000 (19:20 +0000)
committerChristian Hopps <chopps@labn.net>
Thu, 21 Mar 2024 15:57:01 +0000 (15:57 +0000)
commit043a4183c2f10e6117695dec7a0373c1b0a63808
treec478c15a134030b139d19fec89ad1fd37226ef94
parent617d82e4ce9014a9fad820cd08411c1f19bf6edb
grpc: fix grpc for various failures

lib: don't define a `fallthrough` in c++ to avoid conflict with protobuf c++

check: add link libs required by some versions of grpc++ or it's dependent
linked libs

tests: don't fail the test due to known at exit memleaks
Signed-off-by: Christian Hopps <chopps@labn.net>
doc/developer/topotests.rst
lib/compiler.h
tests/lib/subdir.am
tests/topotests/grpc_basic/test_basic_grpc.py