Re: [ovs-dev] [PATCH ovn] Add missing curly braces to bare ct_commits

2020-08-06 Thread Flavio Fernandes
Verified this fix on top of commit acd38429638c01afe1b2a1d15404e4724232ec1d . Tested-by: Flavio Fernandes > On Aug 6, 2020, at 9:38 AM, Mark Michelson wrote: > > In the fixes commit below, ct_commit was changed to use nested actions. > This requires that curly braces be present for all

[ovs-dev] [PATCH ovn] Add missing curly braces to bare ct_commits

2020-08-06 Thread Mark Michelson
In the fixes commit below, ct_commit was changed to use nested actions. This requires that curly braces be present for all ct_commits. When adjusting ovn-northd, some ct_commits were not updated to have them. This commit fixes the issue. Fixes: 6cfb44a76c61("Used nested actions in ct_commit")