Re: [ovs-dev] [PATCH ovn] ovn-northd: Consider load balancer active backends in router pipeline

2019-12-11 Thread Maciej Jozefczyk
Hey! I tested this patch and I can confirm that while the member status is 'offline' it is removed from ct_lb action for both LS and LR pipelines. However I found a problem with flipping the status from offline to online, even when the backend responded for SYN. I've send some more information to

[ovs-dev] [PATCH ovn] ovn-northd: Consider load balancer active backends in router pipeline

2019-12-07 Thread numans
From: Numan Siddique The commit [1] which added lood balancer health check support missed out on updating the logical flows to consider only active backends in the logical router pipeline if a load balancer is associated. This patch fixes it. It also refactors the code a bit. Without this, an