Skip to content
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

Automated cherry pick of #4318: Set no-flood config with ports for TrafficControl after #4321

Conversation

hongliangl
Copy link
Contributor

Cherry pick of #4318 on release-1.8.

#4318: Set no-flood config with ports for TrafficControl after

For details on the cherry pick process, see the cherry pick requests page.

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]>
@hongliangl hongliangl added the kind/cherry-pick Categorizes issue or PR as related to the cherry-pick of a bug fix from the main branch to a release label Oct 20, 2022
@codecov
Copy link

codecov bot commented Oct 20, 2022

Codecov Report

Merging #4321 (5458575) into release-1.8 (e0ae53c) will decrease coverage by 1.32%.
The diff coverage is 100.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           release-1.8    #4321      +/-   ##
===============================================
- Coverage        65.97%   64.65%   -1.33%     
===============================================
  Files              304      300       -4     
  Lines            46596    46392     -204     
===============================================
- Hits             30743    29996     -747     
- Misses           13455    14077     +622     
+ Partials          2398     2319      -79     
Flag Coverage Δ
integration-tests 35.05% <ø> (-0.10%) ⬇️
kind-e2e-tests 47.38% <100.00%> (-1.55%) ⬇️
unit-tests 44.96% <25.00%> (-0.02%) ⬇️
Impacted Files Coverage Δ
pkg/agent/agent.go 50.56% <100.00%> (+0.22%) ⬆️
pkg/ipfix/ipfix_process.go 0.00% <0.00%> (-100.00%) ⬇️
pkg/ipfix/ipfix_intermediate.go 0.00% <0.00%> (-90.91%) ⬇️
pkg/ipfix/ipfix_collector.go 0.00% <0.00%> (-83.34%) ⬇️
pkg/flowaggregator/certificate.go 0.00% <0.00%> (-75.53%) ⬇️
pkg/config/flowaggregator/default.go 0.00% <0.00%> (-43.75%) ⬇️
pkg/controller/networkpolicy/tier.go 16.66% <0.00%> (-38.34%) ⬇️
pkg/flowaggregator/flowaggregator.go 24.43% <0.00%> (-33.74%) ⬇️
pkg/ipfix/ipfix_registry.go 66.66% <0.00%> (-33.34%) ⬇️
.../agent/flowexporter/priorityqueue/priorityqueue.go 65.55% <0.00%> (-27.78%) ⬇️
... and 48 more

@tnqn
Copy link
Member

tnqn commented Oct 27, 2022

/skip-all

@tnqn tnqn merged commit e6c6879 into antrea-io:release-1.8 Oct 27, 2022
@hongliangl hongliangl deleted the automated-cherry-pick-of-#4318-upstream-release-1.8 branch December 5, 2023 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cherry-pick Categorizes issue or PR as related to the cherry-pick of a bug fix from the main branch to a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants