Skip to content

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

Merged
Levovar merged 1 commit into
masterfrom
route_man_fix
Apr 1, 2020
Merged

Fixing default table route management to work in all dual-stack cases#205
Levovar merged 1 commit into
masterfrom
route_man_fix

Conversation

@Levovar
Copy link
Copy Markdown
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