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

Support for additional Route Server daemons? #72

Open
netravnen opened this issue May 7, 2021 · 1 comment
Open

Support for additional Route Server daemons? #72

netravnen opened this issue May 7, 2021 · 1 comment

Comments

@netravnen
Copy link
Contributor

netravnen commented May 7, 2021

Has it been considered to support other BGP implementations as a route-server?

E.g.

@pierky
Copy link
Owner

pierky commented May 8, 2021

Has it been considered to support other BGP implementations as a route-server?

E.g.

Hello @netravnen,

yes, it's been considered, and in the past I've spent a bit of time to lay the groundwork for making it possible and easier.

The way the whole tool is built is very modular, each BGP speaker represents a sort of "plug-in".

Also, the integration testing suite is based on an abstract interface that allows the "unit test" cases to interact with the route-server without having to care about the underlying implementation of the BGP speaker it's running on. In #51 (comment) an attempt was started to add a Junos-based BGP speaker, and I've provided some guidelines on how to move forward with it (which are complemented by the docs available at https://arouteserver.readthedocs.io/en/latest/LIVETESTS.html).

Additionally, to allow an "incremental" release plan where some features may be shipped since the beginning and some other postponed, I've structured the documentation in a way that makes it easier to see which of them are available for a specific BGP speaker: see https://arouteserver.readthedocs.io/en/latest/SUPPORTED_SPEAKERS.html. This allows any additional "module" to start with a sub-set of features instead of having all of them implemented.

Now, for the specific request about FRR, I have to say that I haven't considering to implement it on my own in the short term, but of course contributions would be well accepted! If you like the idea of working on it, we can briefly meet (or share some emails) and discuss the best way forward. Probably the first step would be to agree on a set of mandatory features that we want to have implemented before shipping it, and which test cases they must pass.

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

2 participants