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

Need support for multiple routes to the same prefix #601

Closed
mccv1r0 opened this issue Mar 10, 2021 · 1 comment · Fixed by #615
Closed

Need support for multiple routes to the same prefix #601

mccv1r0 opened this issue Mar 10, 2021 · 1 comment · Fixed by #615

Comments

@mccv1r0
Copy link
Member

mccv1r0 commented Mar 10, 2021

Currently if a user tries to add e.g. multiple default routes (but not limited to default routes), only the first is added, the rest are silently ignored.

This causes problem when a container has multiple interfaces. If the interface which added the route fails, or is dynamically removed, the container is left with no default route.

@mccv1r0
Copy link
Member Author

mccv1r0 commented Mar 10, 2021

Need this PR to fix

mccv1r0 added a commit to mccv1r0/plugins that referenced this issue Mar 11, 2021
Enables ECMP

Fixes: containernetworking#601

Signed-off-by: Michael Cambria <mcambria@redhat.com>
mccv1r0 added a commit to mccv1r0/plugins that referenced this issue Mar 30, 2021
Enables ECMP

Fixes: containernetworking#601

Signed-off-by: Michael Cambria <mcambria@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant