You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a requirement Mark-and-Sweep to get all routes from GoBGP server and compare with all the local routes. And send AddPath Request and DelPath Request for missing/extra routes in the server.
Local routes will be sent using one particular community string. We need an C++ API to get all routes from goBGP server matching particular community string.
Please help us if we have any know APIs or existing implementation.
The text was updated successfully, but these errors were encountered:
Environment:
C++ using GRPC to connect with GoBGP
We have a requirement Mark-and-Sweep to get all routes from GoBGP server and compare with all the local routes. And send AddPath Request and DelPath Request for missing/extra routes in the server.
Local routes will be sent using one particular community string. We need an C++ API to get all routes from goBGP server matching particular community string.
Please help us if we have any know APIs or existing implementation.
The text was updated successfully, but these errors were encountered: