Skip to content
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

goBGP get all the routes matching particular community #2070

Open
ramarkandasamy opened this issue May 7, 2019 · 2 comments
Open

goBGP get all the routes matching particular community #2070

ramarkandasamy opened this issue May 7, 2019 · 2 comments

Comments

@ramarkandasamy
Copy link

ramarkandasamy commented May 7, 2019

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.

@nskalis
Copy link

nskalis commented Aug 22, 2019

I would like also to be able to query the routing table by a community value. this is a good feature request.

@fujita
Copy link
Member

fujita commented Aug 23, 2019

I'm happy to accept to a pull request for this feature. Probably adding something like repeated google.protobuf.Any pattrs to ListPathRequest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants