This repository was archived by the owner on Oct 13, 2023. It is now read-only.
forked from moby/moby
-
Notifications
You must be signed in to change notification settings - Fork 420
[19.03 backport] Add TC to check dynamic subnet for ingress network #374
Merged
andrewhsu
merged 2 commits into
docker-archive:19.03
from
thaJeztah:19.03_backport_add_tc_dynamic_ingress_network
Nov 6, 2019
Merged
[19.03 backport] Add TC to check dynamic subnet for ingress network #374
andrewhsu
merged 2 commits into
docker-archive:19.03
from
thaJeztah:19.03_backport_add_tc_dynamic_ingress_network
Nov 6, 2019
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Sep 21, 2019
Member
Author
|
Failing because moby#39671 has not yet been back ported |
Member
Author
|
And moby#39671 depends on #281 and moby#37836 😂 🎉 |
eda677e to
ec4a935
Compare
This was referenced Sep 21, 2019
Member
Author
|
This one is green, but the ones this depends on no longer are green (because this PR fixes CI) I guess once the upstream PR is fixed, we should just merge all of these |
Member
Author
|
@kolyshkin @arkodg @tiborvass PTAL |
arkodg
approved these changes
Sep 21, 2019
arkodg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM , thanks !
5552b06 to
f788ef5
Compare
f788ef5 to
e50a022
Compare
…93dcc7a42d29"" This reverts commit ef4366e. Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Arko Dasgupta <[email protected]> (cherry picked from commit e2b5ac75a393f6942c37efdd888fc3bc761de244) Signed-off-by: Sebastiaan van Stijn <[email protected]>
e50a022 to
12e7d99
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
based on top of
#281 and#376depends on:
closes #375 (which is an alternative for this one)
Revert #375
brings back #369
full diff: moby/swarmkit@bbe3418...f35d910
changes included:
Backport of moby#39966 for 19.03
To fix CI being red after merging #369 (effectively a backport of moby#39953)
Marked as "WIP", because upstream isn't merged yet