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

[Windows] Set rewrite-MAC mark for NodePort Service packet #948

Merged
merged 1 commit into from
Jul 15, 2020

Conversation

wenyingd
Copy link
Contributor

Set the packet with rewrite-MAC mark if it enters OVS from bridge interface,
and targets at local Pods, so that the packet's dst MAC could be re-written
in L3Routing table with the correct value.

Fixes #947

Set the packet with rewrite-MAC mark if it enters OVS from bridge interface,
and targets at local Pods, so that the packet's dst MAC could be re-written
in L3Routing table with the correct value.
@antrea-bot
Copy link
Collaborator

Thanks for your PR.
Unit tests and code linters are run automatically every time the PR is updated.
E2e, conformance and network policy tests can only be triggered by a member of the vmware-tanzu organization. Regular contributors to the project should join the org.

The following commands are available:

  • /test-e2e: to trigger e2e tests.
  • /skip-e2e: to skip e2e tests.
  • /test-conformance: to trigger conformance tests.
  • /skip-conformance: to skip conformance tests.
  • /test-whole-conformance: to trigger all conformance tests on linux.
  • /skip-whole-conformance: to skip all conformance tests on linux.
  • /test-networkpolicy: to trigger networkpolicy tests.
  • /skip-networkpolicy: to skip networkpolicy tests.
  • /test-windows-conformance: to trigger windows conformance tests.
  • /skip-windows-conformance: to skip windows conformance tests.
  • /test-all: to trigger all tests (except whole conformance).
  • /skip-all: to skip all tests (except whole conformance).

These commands can only be run by members of the vmware-tanzu organization.

@wenyingd
Copy link
Contributor Author

/test-all

@wenyingd
Copy link
Contributor Author

/test-windows-networkpolicy

@ruicao93
Copy link
Contributor

LGTM. I verified the patch and the fix works.

@wenyingd wenyingd merged commit 21e3e83 into antrea-io:master Jul 15, 2020
@wenyingd wenyingd deleted the issue_947 branch August 18, 2020 01:44
GraysonWu pushed a commit to GraysonWu/antrea that referenced this pull request Sep 22, 2020
…#948)

Set the packet with rewrite-MAC mark if it enters OVS from bridge interface,
and targets at local Pods, so that the packet's dst MAC could be re-written
in L3Routing table with the correct value.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows NodePort Service doesn't work if the traffic is sent out from the local Pod
5 participants