-
Notifications
You must be signed in to change notification settings - Fork 374
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
Support configurable tunnel port for TrafficEncapMode #4065
Merged
Conversation
This file contains 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
Codecov Report
@@ Coverage Diff @@
## main #4065 +/- ##
==========================================
+ Coverage 61.09% 67.78% +6.69%
==========================================
Files 294 297 +3
Lines 44315 44957 +642
==========================================
+ Hits 27073 30474 +3401
+ Misses 14950 12131 -2819
- Partials 2292 2352 +60
|
tnqn
reviewed
Aug 1, 2022
Jexf
force-pushed
the
tunnel-port
branch
2 times, most recently
from
August 2, 2022 02:32
9262fc1
to
3ccdf64
Compare
tnqn
reviewed
Aug 2, 2022
Jexf
force-pushed
the
tunnel-port
branch
4 times, most recently
from
August 4, 2022 03:23
af64ec4
to
f1563a2
Compare
tnqn
reviewed
Aug 4, 2022
tnqn
reviewed
Aug 9, 2022
This PR supports configurable tunnel port for TrafficEncapMode. When deployed on the public cloud, the tunnel type and tunnel port used by the underlying network may be the same as the antrea container network, so it needs to support the modification of the tunnel port to prevent conflicts. Signed-off-by: Wu zhengdong <[email protected]>
tnqn
approved these changes
Aug 9, 2022
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
/test-all |
tnqn
added
the
action/release-note
Indicates a PR that should be included in release notes.
label
Aug 9, 2022
ceclinux
pushed a commit
to ceclinux/antrea
that referenced
this pull request
Sep 20, 2022
This PR supports configurable tunnel port for TrafficEncapMode. When deployed on the public cloud, the tunnel type and tunnel port used by the underlying network may be the same as the antrea container network, so it needs to support the modification of the tunnel port to prevent conflicts. Signed-off-by: Wu zhengdong <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR supports configurable tunnel port for TrafficEncapMode. When
deployed on the public cloud, the tunnel type and tunnel port used by
the underlying network may be the same as the antrea container network,
so it needs to support the modification of the tunnel port to prevent
conflicts.
Signed-off-by: Wu zhengdong [email protected]