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

Support for batch OVS flow updates #844

Merged
merged 3 commits into from
Jul 30, 2020
Merged

Commits on Jul 28, 2020

  1. Support for batch OVS flow updates

    This is an optimization for NetworkPolicy OVS flows to be collectively installed
    in agent restart case, so that those flows will rolled out at once and avoid potential
    priority re-assignments.
    In the future, mechanisms can also be added so that once this operation is done,
    NetworkPolicy flows from the previous round are deleted immediately after.
    Dyanngg committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    2c96a21 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Unify PolicyRule and OFPolicyRule struct

    ... as well as resolving comments
    Dyanngg committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    10942df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0a9108 View commit details
    Browse the repository at this point in the history