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 #3630: Bump antrea.io/ofnet from v0.5.5 to v0.5.7 #3510: Fix the issue of local probe bypassing flows on Windows #3760

Commits on May 10, 2022

  1. Bump antrea.io/ofnet from v0.5.5 to v0.5.7

    Fix antrea-io#3583
    
    Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
    hongliangl committed May 10, 2022
    Configuration menu
    Copy the full SHA
    ad4f06e View commit details
    Browse the repository at this point in the history
  2. Fix the issue of local probe bypassing flows on Windows

    When proxyAll is enabled, kube-proxy can be replaced by AntreaProxy, then
    Service traffic and non-Service traffic can be distinguished by ServiceCTMark
    and NotServiceCTMark. Service traffic with ServiceCTMark should not bypass
    Network Policies, and non-Service traffic generated by kubelet with
    NotServiceCTMark should bypass Network Policies.
    
    Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
    hongliangl committed May 10, 2022
    Configuration menu
    Copy the full SHA
    824fc53 View commit details
    Browse the repository at this point in the history