Skip to content

VRF: Wait for the local/host routes to be added#1104

Merged
squeed merged 1 commit intocontainernetworking:mainfrom
LionelJouin:fix-1103
Oct 14, 2024
Merged

VRF: Wait for the local/host routes to be added#1104
squeed merged 1 commit intocontainernetworking:mainfrom
LionelJouin:fix-1103

Conversation

@LionelJouin
Copy link
Copy Markdown
Member

Without waiting for the local/host routes to be added by the kernel after the IP address is being added to an interface. The routes requiring the local/host routes may failed. This caused flaky e2e tests, but could also happen during the execution of the VRF plugin when the IPv6 addresses were being re-added to the interface and when the route were being moved to the VRF table.

fixes: #1103

Without waiting for the local/host routes to be added
by the kernel after the IP address is being added to
an interface. The routes requiring the local/host routes
may failed. This caused flaky e2e tests, but could also
happen during the execution of the VRF plugin when the
IPv6 addresses were being re-added to the interface and
when the route were being moved to the VRF table.

Signed-off-by: Lionel Jouin <[email protected]>
@squeed squeed merged commit 93d197c into containernetworking:main Oct 14, 2024
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

Successfully merging this pull request may close these issues.

Flaky VRF tests due to missing IPv6 route

2 participants