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

Fix OVS "flow" replay for groups #2134

Merged
merged 3 commits into from
Apr 29, 2021

Commits on Apr 28, 2021

  1. Fix OVS "flow" replay for groups

    The Group objects were not reset correctly when attempting to replay
    them, leading to confusing error log messages and invalid datapath
    state. We fix the implementation of Reset() for groups and we ensure
    that the method is called during replay.
    
    We also update the TestOVSFlowReplay e2e test to make sure it is more
    comprehensive: instead of just checking Pod-to-Pod connectivity after a
    replay, we ensure that the number of OVS flows / groups is the same
    before and after a restart / replay. We confirmed that the updated test
    fails when the patch is not applied.
    
    Fixes antrea-io#2127
    antoninbas committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    be8f384 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Improve comment

    antoninbas committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    af9b06f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b6e873 View commit details
    Browse the repository at this point in the history