Description
Just an idea, I think it useful to support gRPC to communicate with the Zebra daemon from other protocol daemons. Including outside of FRRouting project, for the control plane project like GoBGP, ExaBGP, some SDN Controllers or container networking tools, the Zebra is very powerful RIB management stack for their data plane. If these project providing the integration with the Zebra daemon, we can also integrate them with other protocol stacks (e.g. OSPFd and BGPd of FRRouting) seamlessly. But unfortunately, to realize this integration feature, it is required to trace the structures of the Zebra protocol which is not well documented and difficult to follow its updates, then it can be a heavy burden to implement. If we can communicate with the Zebra daemon by using gRPC, it should become more easier to implement own Zebra client applications and also help the expansion of a variety of eco-systems with other networking project or other programming languages.
What do you think about?
Activity