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

Keep the cached Endpoints the same as those installed in OVS #4691

Merged
merged 1 commit into from
Mar 16, 2023

Commits on Mar 15, 2023

  1. Keep the cached Endpoints the same as those installed in OVS

    The main purpose of this PR is to avoid potential inconsistencies between
    the cached Endpoints and those installed in OVS, like antrea-io#4681, antrea-io#4692.
    
    This PR also updates:
    
    - Method UninstallEndpointFlows of ofClient, support deleting flows of
      multiple Endpoints.
    - Remove possible groups when a Service is deleted.
    - Log something when a group for a Service is not created.
    - Optimize and unify log.
    
    Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
    hongliangl committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    88a4812 View commit details
    Browse the repository at this point in the history