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

Enhance ACNP Service related feature #4261

Merged
merged 1 commit into from
Oct 19, 2022

Commits on Oct 14, 2022

  1. Enhance ACNP Service related feature

    1. Only load Service GroupID into reg when AntreaPolicy is enabled.
    
       Service GroupID is only used by AntreaPolicy "toServices"
       and "AppliedTo NodePort Serivces" features for now.
    
    2. In IngressSecurityClassifierTable, only forward packet to
    AntreaPolicyIngressRuleTable when AntreaPolicy is enabled and
    proxyAll is enabled.
    
       This forward flow is only used by AntreaPolicy "AppliedTo NodePort
       Services" feature to avoid packets skip
       AntreaPolicyIngressRuleTable, where policy will be enforced, when
       the endpoint of this Service is not on current NodePort Node.
    
    3. In ACNP appliedTo NodePort Service e2e test, change to add another
    netNS to fake external network.
    
    4. Change to use gwOFPort as inPort of reject response for some cases.
    
    Signed-off-by: graysonwu <[email protected]>
    GraysonWu committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    8f3a6c9 View commit details
    Browse the repository at this point in the history