-
Notifications
You must be signed in to change notification settings - Fork 373
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
Bug fix: endpoint dnat flows should resubmit packets to cnp egress table #1119
Bug fix: endpoint dnat flows should resubmit packets to cnp egress table #1119
Conversation
Endpoint dnat flows should resubmit packets to the first cnp egress table instead of the EgressRuleTable, otherwise cnp will not take effect on service traffic. Signed-off-by: Weiqiang Tang <weiqiangt@vmware.com>
Thanks for your PR. The following commands are available:
|
/test-all |
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 for the fix.
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
Maybe we should add a test case for the scenario where both antrea proxy and CNP are enabled |
…ble (antrea-io#1119) Endpoint dnat flows should resubmit packets to the first cnp egress table instead of the EgressRuleTable, otherwise cnp will not take effect on service traffic. Signed-off-by: Weiqiang Tang <weiqiangt@vmware.com>
…ble (#1119) Endpoint dnat flows should resubmit packets to the first cnp egress table instead of the EgressRuleTable, otherwise cnp will not take effect on service traffic. Signed-off-by: Weiqiang Tang <weiqiangt@vmware.com>
…ble (antrea-io#1119) Endpoint dnat flows should resubmit packets to the first cnp egress table instead of the EgressRuleTable, otherwise cnp will not take effect on service traffic. Signed-off-by: Weiqiang Tang <weiqiangt@vmware.com>
…ble (antrea-io#1119) Endpoint dnat flows should resubmit packets to the first cnp egress table instead of the EgressRuleTable, otherwise cnp will not take effect on service traffic. Signed-off-by: Weiqiang Tang <weiqiangt@vmware.com>
Endpoint dnat flows should resubmit packets to the first cnp egress
table instead of the EgressRuleTable, otherwise cnp will not take effect
on service traffic.
Signed-off-by: Weiqiang Tang weiqiangt@vmware.com