Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Automated cherry pick of #4160: Avoid redundant Openflow messages when syncing an updated #4164

Commits on Aug 29, 2022

  1. Avoid redundant Openflow messages when syncing an updated group to OVS

    Fix antrea-io#4159
    
    This PR fix the issue by appending buckets directly in `Done()` in
    pkg/ovs/openflow/ofctrl_group.go instead of calling `AddBuckets` method
    of `Group` defined in the ofnet which sends an Openflow message to install
    the group.
    
    Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
    hongliangl committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    fce3e5f View commit details
    Browse the repository at this point in the history