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] NoEncap support #2160

Merged
merged 3 commits into from
May 27, 2021
Merged

[Windows] NoEncap support #2160

merged 3 commits into from
May 27, 2021

Commits on May 25, 2021

  1. [Windows] NoEncap support

    Signed-off-by: Zhecheng Li <[email protected]>
    lzhecheng committed May 25, 2021
    Configuration menu
    Copy the full SHA
    52907b8 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Address comments

    This PR implements support for Windows Noencap mode. It also includes flow optimization to improve
    Pod to Pod performance.
    Noencap: If same subnet, destination MAC in OVS is set with peer Node annotation. If not, host routing will
    be used to forward traffic.
    Hybrid: If same subnet, same as Noencap with same subnet. If not, same as Encap mode.
    
    The old PR antrea-io#1901
    Fixed issue antrea-io#1632
    
    Signed-off-by: Zhecheng Li <[email protected]>
    lzhecheng committed May 26, 2021
    Configuration menu
    Copy the full SHA
    16f7861 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. address comments

    Signed-off-by: Zhecheng Li <[email protected]>
    lzhecheng committed May 27, 2021
    Configuration menu
    Copy the full SHA
    07a1db7 View commit details
    Browse the repository at this point in the history