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

Fixing default table route management to work in all dual-stack cases #205

Merged
merged 1 commit into from
Apr 1, 2020

Conversation

Levovar
Copy link
Collaborator

@Levovar Levovar commented Mar 31, 2020

A dual-stack network can include both IPv4 and V6 CIDRs, allocation pools, and IP routes.
But not every Pod connecting to a DS network will have DS interfaces.

So, IP routes need to be selectively created; only if an IP was really assigned to the iterface from its respective domain.
Otherwise Linux throws a "no route to host" error during route creation, which in turn fails Pod instantiation.

…its network.

Otherwise Linux throws a "no route to host" error during route creation, which fails Pod instantiation.
@Levovar Levovar added the bug Something isn't working label Apr 1, 2020
@Levovar Levovar merged commit cba7b2c into master Apr 1, 2020
@Levovar Levovar deleted the route_man_fix branch April 1, 2020 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant