Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid redundant Openflow messages when syncing an updated group to OVS (
#4164) Fix #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>
- Loading branch information