Re: [ovs-dev] [PATCH ovn v6 2/5] Update port-up on main chassis only

2022-05-18 Thread Ihar Hrachyshka
Correct, I'm handling this in the next iteration. On Wed, May 11, 2022 at 2:23 AM Han Zhou wrote: > > > > On Thu, May 5, 2022 at 6:38 AM Ihar Hrachyshka wrote: > > > > In a future patch, there will be a scenario where the same port has > > attachments at multiple (specifically, 2) chassis, so ma

Re: [ovs-dev] [PATCH ovn v6 2/5] Update port-up on main chassis only

2022-05-10 Thread Han Zhou
On Thu, May 5, 2022 at 6:38 AM Ihar Hrachyshka wrote: > > In a future patch, there will be a scenario where the same port has > attachments at multiple (specifically, 2) chassis, so make sure that > 'up' property is updated by the main chassis only. > > Signed-off-by: Ihar Hrachyshka > --- > con

[ovs-dev] [PATCH ovn v6 2/5] Update port-up on main chassis only

2022-05-05 Thread Ihar Hrachyshka
In a future patch, there will be a scenario where the same port has attachments at multiple (specifically, 2) chassis, so make sure that 'up' property is updated by the main chassis only. Signed-off-by: Ihar Hrachyshka --- controller/binding.c| 10 +++--- controller/binding.h