-
Notifications
You must be signed in to change notification settings - Fork 388
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 #3569: Fix reject loop issue and add error handling #3600
Automated cherry pick of #3569: Fix reject loop issue and add error handling #3600
Conversation
Fixes antrea-io#3559 Skip the reject response generation when neither src nor dst are on current Node. Re-write the MAC address for `RejectPodLocal` reject type no matter AntreaIPAM is on or not. And send the packetOut directly to the dstPod instead of L3Forwarding table. Signed-off-by: wgrayson <wgrayson@vmware.com>
Signed-off-by: wgrayson <wgrayson@vmware.com>
/test-all |
Codecov Report
@@ Coverage Diff @@
## release-1.6 #3600 +/- ##
================================================
+ Coverage 43.39% 63.12% +19.73%
================================================
Files 210 278 +68
Lines 25226 27841 +2615
================================================
+ Hits 10948 17576 +6628
+ Misses 13192 8377 -4815
- Partials 1086 1888 +802
Flags with carried forward coverage won't be shown. Click here to find out more.
|
CI failed to init. Re-trigger it. |
/test-e2e |
Seems jenkins e2e failed on the very last step retrieving the coverage file. http://10.176.27.169:8080/view/all/job/antrea-e2e-for-pull-request/662/ I think it's just a flake. It could be merged. @antoninbas @tnqn What do you think? Do you think we should give it another shot? |
We could merge it. error retrieving the coverage file becomes more frequently, @antoninbas has #3607 fixing it. |
/skip-e2e |
Cherry pick of #3569 on release-1.6.
#3569: Fix reject loop issue and add error handling
For details on the cherry pick process, see the cherry pick requests page.