Re: [ovs-dev] [PATCH ovn] Fix an issue with may-exist flag for lr_nat_add

2020-08-12 Thread Dumitru Ceara
On 8/7/20 6:11 PM, Aniket Bhat wrote: > This commit fixes a case where may-exist flag was not honored. > When the nat type and logical ip both match for snat, but the > external_ip is not the same, the may-exist flag was being ignored. > > Signed-off-by: Aniket Bhat > --- Hi Aniket, Thanks for

[ovs-dev] [PATCH ovn] Fix an issue with may-exist flag for lr_nat_add

2020-08-07 Thread Aniket Bhat
This commit fixes a case where may-exist flag was not honored. When the nat type and logical ip both match for snat, but the external_ip is not the same, the may-exist flag was being ignored. Signed-off-by: Aniket Bhat --- utilities/ovn-nbctl.c | 12 +++- 1 file changed, 7