Newbie: How to configure FRR-Daemons through C++ application #15787
Unanswered
Feldbecher
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
-
Hello everyone
I need to be able to automatically configure different FRR daemons for a project (staticd, ospfd, zebra and some other in the future). I am currently thinking of either writing a direct configwriter in C++ to interact directly with the configuration files or scripting vtysh.
However, I have now read in the documentation that there are also other possibilities such as gRPC and the mgmtd to make such configurations (However, this support does not seem to be available for all daemons yet?). What is the best way? It is important to me that all daemons can be completely configured if possible!
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions