Re: [ovs-dev] [PATCH ovn 0/3] Health check feature for Load balancer backends

2019-11-04 Thread Numan Siddique
On Sat, Nov 2, 2019 at 1:23 AM Mark Michelson wrote: > > Hi Numan, > > I'm curious why this feature is IPv4-only. Based on patch 3, it looks > like the way is paved for IPv6 support. I'm not sure why IPv6 isn't part > of the initial changeset. > > Aside from a small nit in patch 1, this looks

Re: [ovs-dev] [PATCH ovn 0/3] Health check feature for Load balancer backends

2019-11-01 Thread Mark Michelson
Hi Numan, I'm curious why this feature is IPv4-only. Based on patch 3, it looks like the way is paved for IPv6 support. I'm not sure why IPv6 isn't part of the initial changeset. Aside from a small nit in patch 1, this looks great! For the series, Acked-by: Mark Michelson On 10/31/19 9:42

[ovs-dev] [PATCH ovn 0/3] Health check feature for Load balancer backends

2019-10-31 Thread numans
From: Numan Siddique This series adds load balancer health check feature. With this ovn-controllers will periodically check the status of the backend services. Only those services which are online/active will be considered for load balancing. Right now this feature is restricted to IPv4 Load