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

2020-01-29 Thread Numan Siddique
On Wed, Jan 29, 2020 at 7:05 PM Dumitru Ceara wrote: > > On 1/27/20 2:06 PM, num...@ovn.org wrote: > > 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

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

2020-01-29 Thread Dumitru Ceara
On 1/27/20 2:06 PM, num...@ovn.org wrote: > 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.

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

2020-01-27 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 of