Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix route deletion when replacing route in hostgw backend #803
+12
−9
Conversation
julia-stripe
added some commits
Aug 31, 2017
|
Thanks for the fix @julia-stripe . it looks great to me so merging. |
tomdee
merged commit e1b22bc
into
coreos:master
Sep 6, 2017
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
julia-stripe
deleted the
julia-stripe:set-link-index
branch
Sep 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
julia-stripe commentedAug 31, 2017
•
Edited 1 time
-
julia-stripe
Aug 31, 2017
Description
Bug fix for the hostgw backend.
We noticed (#801) that the Flannel was not replacing routes when new nodes were added to the cluster: we saw these error messages in our production cluster
This was happening when an existing route was being replaced with a new route.
This turns out to be for 2 reasons:
extIface.Iface.Index)I tested Flannel with this patch in our cluster and now replacing routes works correctly.
Fixes #801.