Closed maxime-peim closed 7 months ago
Hi @fujita I was not able to run zapi test locally, will it be possible to run the CI please?
I've just run the CI. btw, you can run the CI by forking the gobgp repository and creating a pull request for your repository.
Thanks! This is what I have done, but the CI does not seem to be triggered when force-pushing
Sorry, it should be good now. However, I didn't find a way to re-run the CI from my side apart from closing and reopening the PR...
Hi @fujita @bayrinat, Do you have comments to do on that PR, please?
Anyone?
Thanks a lot for working the feature! So each peer needs to keep filtered paths in memory. looks like it could consume lots of memory in some configurations. Any other way to implement that feature?
Thanks a lot for working the feature! So each peer needs to keep filtered paths in memory. looks like it could consume lots of memory in some configurations. Any other way to implement that feature?
Hi @fujita, Each peer keeps a key to the path that is stored in the local RIB, it does not have a copy of the path. Maybe we could only store N filtered paths if the limit is set to N. So, we could replace all the advertised paths are withdrawn at once.
Thanks a lot!
SendMax
routes for a given prefix to neighbors