-
Notifications
You must be signed in to change notification settings - Fork 10
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
Route advertisement #35
Comments
This is probably a dumb question, but would this be done in Snabb/Lua? |
We shouldn't have to implement much here. We need a BGP daemon like quagga to healthcheck the spike and make the ECMP announcement to the top-of-rack router, which does the ECMP implementation. If we want to implement BGP ourselves, then we have a bit more cut out for us. |
I guess i'm confused about the context of the ECMP code. Where would this thing live? |
The router. We don't have to write it, routers already can do ECMP. |
We need to advertise routes to the router somehow.
The text was updated successfully, but these errors were encountered: