mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-27 22:09:40 +00:00
lib: fix threading bug in GRPC code
The code that actually calls FRR northbound functions needs to be running in the master thread. The previous code was running on a GRPC pthread. While fixing moved to more functional vs OOP to make this easier to see. Also fix ly merge to merge siblings not throw the originals away. Signed-off-by: Christian Hopps <chopps@labn.net>
This commit is contained in:
parent
8c965eaaf4
commit
b680134e11