Re: [ovs-dev] [PATCH v4 ovn] Add IPv6 support for lb health-check

2023-02-17 Thread Dumitru Ceara
On 2/17/23 18:50, Lorenzo Bianconi wrote: > Add Similar to IPv4 counterpart, introduce IPv6 load-balancer health > check support. > > Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=2136094 > Reviewed-by: Ales Musil > Acked-by: Mark Michelson > Signed-off-by: Lorenzo Bianconi > --- Th

Re: [ovs-dev] [PATCH v4 ovn] Add IPv6 support for lb health-check

2023-02-17 Thread Dumitru Ceara
On 2/17/23 18:50, Lorenzo Bianconi wrote: > Add Similar to IPv4 counterpart, introduce IPv6 load-balancer health > check support. > > Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=2136094 > Reviewed-by: Ales Musil > Acked-by: Mark Michelson > Signed-off-by: Lorenzo Bianconi > --- Th

[ovs-dev] [PATCH v4 ovn] Add IPv6 support for lb health-check

2023-02-17 Thread Lorenzo Bianconi
Add Similar to IPv4 counterpart, introduce IPv6 load-balancer health check support. Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=2136094 Reviewed-by: Ales Musil Acked-by: Mark Michelson Signed-off-by: Lorenzo Bianconi --- Changes since v3: - improve code parsing in ovn_lb_svc_create