-
Notifications
You must be signed in to change notification settings - Fork 370
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
Set no-flood config with ports for TrafficControl after restarting #4318
Merged
tnqn
merged 1 commit into
antrea-io:main
from
hongliangl:202210119-fix-tc-port-arp-issue
Oct 20, 2022
Merged
Set no-flood config with ports for TrafficControl after restarting #4318
tnqn
merged 1 commit into
antrea-io:main
from
hongliangl:202210119-fix-tc-port-arp-issue
Oct 20, 2022
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
OVS ports for TrafficControl is configured with no-flood when it is created. However, after restarting OVS, no-flood config is lost for the ports. This PR adds no-flood config to OVS ports for TrafficControl when initializing Antrea Agent. Signed-off-by: Hongliang Liu <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #4318 +/- ##
==========================================
- Coverage 63.16% 62.90% -0.26%
==========================================
Files 388 388
Lines 55147 55826 +679
==========================================
+ Hits 34833 35119 +286
- Misses 17766 18126 +360
- Partials 2548 2581 +33
*This pull request uses carry forward flags. Click here to find out more.
|
jianjuns
approved these changes
Oct 19, 2022
tnqn
approved these changes
Oct 20, 2022
tnqn
added
action/release-note
Indicates a PR that should be included in release notes.
action/backport
Indicates a PR that requires backports.
labels
Oct 20, 2022
@hongliangl please backport it to releases it applies. |
/skip-all |
This was referenced Oct 20, 2022
Merged
hongliangl
added a commit
to hongliangl/antrea
that referenced
this pull request
Oct 22, 2022
…ntrea-io#4318) OVS ports for TrafficControl is configured with no-flood when it is created. However, after restarting OVS, no-flood config is lost for the ports. This PR adds no-flood config to OVS ports for TrafficControl when initializing Antrea Agent. Signed-off-by: Hongliang Liu <[email protected]>
heanlan
pushed a commit
to heanlan/antrea
that referenced
this pull request
Mar 29, 2023
…ntrea-io#4318) OVS ports for TrafficControl is configured with no-flood when it is created. However, after restarting OVS, no-flood config is lost for the ports. This PR adds no-flood config to OVS ports for TrafficControl when initializing Antrea Agent. Signed-off-by: Hongliang Liu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
action/backport
Indicates a PR that requires backports.
action/release-note
Indicates a PR that should be included in release notes.
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.
OVS ports for TrafficControl is configured with no-flood when it is created. However, after restarting OVS, no-flood config is lost for the ports. This PR adds no-flood config to OVS ports for TrafficControl when initializing Antrea Agent.
Signed-off-by: Hongliang Liu [email protected]