Re: [ovs-dev] [PATCH ovn v2 2/7] northd: Refactor load balancer vip parsing.

2020-11-03 Thread Numan Siddique
On Tue, Nov 3, 2020 at 3:14 PM Numan Siddique wrote: > > On Fri, Oct 30, 2020 at 1:52 AM Dumitru Ceara wrote: > > > > On 10/27/20 6:16 PM, num...@ovn.org wrote: > > > From: Numan Siddique > > > > > > Parsing of the load balancer VIPs is moved to a separate file - lib/lb.c. > > > ovn-northd

Re: [ovs-dev] [PATCH ovn v2 2/7] northd: Refactor load balancer vip parsing.

2020-11-03 Thread Numan Siddique
On Fri, Oct 30, 2020 at 1:52 AM Dumitru Ceara wrote: > > On 10/27/20 6:16 PM, num...@ovn.org wrote: > > From: Numan Siddique > > > > Parsing of the load balancer VIPs is moved to a separate file - lib/lb.c. > > ovn-northd makes use of these functions. Upcoming patch will make use of > > these >

Re: [ovs-dev] [PATCH ovn v2 2/7] northd: Refactor load balancer vip parsing.

2020-10-29 Thread Dumitru Ceara
On 10/27/20 6:16 PM, num...@ovn.org wrote: > From: Numan Siddique > > Parsing of the load balancer VIPs is moved to a separate file - lib/lb.c. > ovn-northd makes use of these functions. Upcoming patch will make use of these > util functions for parsing SB Load_Balancers. > > Signed-off-by:

[ovs-dev] [PATCH ovn v2 2/7] northd: Refactor load balancer vip parsing.

2020-10-27 Thread numans
From: Numan Siddique Parsing of the load balancer VIPs is moved to a separate file - lib/lb.c. ovn-northd makes use of these functions. Upcoming patch will make use of these util functions for parsing SB Load_Balancers. Signed-off-by: Numan Siddique --- lib/automake.mk | 4 +- lib/lb.c