Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing flows in ls_in_dhcp_options table
When ha-chassis-group is updated, causing a new hv to become master, port move to a different chassis, and flows get created in table ls_in_dhcp_options. If pb->chassis is reported empty by sb (because set to [] by the hv being the previous owner of the port) those flows were deleted. However, when pb->chassis is finally updated by sb (to the new hv), flows were not re-installed, as runtime_data was not seen as updated. This caused some random failures in test "external logical port". Signed-off-by: Xavier Simonart <[email protected]> Acked-by: Mark Michelson <[email protected]> Signed-off-by: Dumitru Ceara <[email protected]> (cherry picked from commit 1d22b96)
- Loading branch information