question: What API to use zAPI, mgmt_fe_client or gRPC to build an external configuration daemon #20624
Unanswered
mattiaswal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
In Infix I want to implement a small daemon that injects route configuration to FRR (from our configuration or from DHCP clients). For this i am wondering which API I should use, gRPC seems like the new future way, but it also seems like the correct way to do as vtysh, to use the mgmt_fe_client, but that is hard coded to not work in the FRR code.
So i guess i should go for gRPC?
So, is there a "correct" way to do this with FRR?
Beta Was this translation helpful? Give feedback.
All reactions