frr
frr copied to clipboard
Grpc/NetConf API to persist configuration in frr.conf without vtysh
I'm using grpc with staticd to configure some static routes. I'd like to use grpc to also persist these configuration changes on frr.conf file. Is this possible?
Looking at the code it seems that only vtysh writes this file. I hope I'm wrong.
vtysh asks daemons for their config and then consolidates that information to present to the user and to write. So yes vtysh does write the configuration but the daemons are involved.
Thank you @donaldsharp , but my question is a bit different. My aim is to have the frr.conf configuration written on disk using grpc calls. Is it possible to achieve this?
This issue is stale because it has been open 180 days with no activity. Comment or remove the autoclose
label in order to avoid having this issue closed.
This issue will be automatically closed in the specified period unless there is further activity.