Re: [ovs-dev] [PATCH ovn] northd: do not insert identical lflows in S_ROUTER_IN_ARP_RESOLVE

2020-03-12 Thread Numan Siddique
On Wed, Mar 11, 2020 at 10:12 PM Lorenzo Bianconi wrote: > > Avoid to configure multiple identical logical flows in > S_ROUTER_IN_ARP_RESOLVE stage. This can happen adding L2 destination > address info about snat since multiple nat entries will use the same > external_ip > > Signed-off-by:

[ovs-dev] [PATCH ovn] northd: do not insert identical lflows in S_ROUTER_IN_ARP_RESOLVE

2020-03-11 Thread Lorenzo Bianconi
Avoid to configure multiple identical logical flows in S_ROUTER_IN_ARP_RESOLVE stage. This can happen adding L2 destination address info about snat since multiple nat entries will use the same external_ip Signed-off-by: Lorenzo Bianconi --- northd/ovn-northd.c | 36