-
Notifications
You must be signed in to change notification settings - Fork 720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for injecting static routes #2860
Comments
You can add any routes to gobgpd via the gRPC APIs. |
Is there any documentation for this? |
@EmilyShepherd See https://github.com/osrg/gobgp/blob/master/docs/sources/lib.md for an example on adding a route using grpc. This is also something that can also be done with the
|
Is there a reason why support for static routes in the config file does not exist? Injecting routes via API or CLI is fine but then requires something to monitor the state of the gobgp process/rib to ensure the routes get readed if the process restarts. |
As you can see on the project https://github.com/thepacketgeek/bgpd-rs there is a very simple section to inject routes into sessions.
Is there a limitation on this project to implement injecting routes into bgp peers?
To avoid a dependency on frr to get the routes to announce.
The text was updated successfully, but these errors were encountered: