Re: [ovs-dev] [PATCH v3 ovn 1/9] northd: move snat_type out of vip loop

2021-07-02 Thread Dumitru Ceara
On 6/30/21 11:33 AM, Lorenzo Bianconi wrote: > Move snat_type out of vip loop in build_lrouter_lb_flows() since there > is not vip dependency > > Signed-off-by: Lorenzo Bianconi > --- Looks good to me, thanks! Acked-by: Dumitru Ceara ___ dev

[ovs-dev] [PATCH v3 ovn 1/9] northd: move snat_type out of vip loop

2021-06-30 Thread Lorenzo Bianconi
Move snat_type out of vip loop in build_lrouter_lb_flows() since there is not vip dependency Signed-off-by: Lorenzo Bianconi --- northd/ovn-northd.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/northd/ovn-northd.c b/northd/ovn-northd.c index