Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
controller: Make sure the meter and group tables are initialized.
When the feature detection was done in two calls, the second call might have returned false because flag wasn't updated. That would prevent the tables from being updated, because at that time ovs_feature_set_discovered() returned false. Remove the check for full discovery to prevent that issue, at the same time it wasn't needed anyway, the table would be updated only if the maximum number of groups/meters would change during the update. Signed-off-by: Ales Musil <amusil@redhat.com> Signed-off-by: Dumitru Ceara <dceara@redhat.com>
- Loading branch information