On 8/11/20 12:16 PM, num...@ovn.org wrote:
> From: Numan Siddique <num...@ovn.org>
> 
> If the below SNAT entry is added:
> ovn-nbctl lr-nat-add snat 172.168.0.120 10.0.0.5
> 
> And when the logical port with IP - 10.0.0.5, sends a packet destined to
> outside, gets SNATted to 172.168.0.120 as expected, but for the reverse 
> traffic
> if the upstream switch sends an ARP request for 172.168.0.120, then OVN 
> doesn't
> reply and the reply traffic never reaches the logical port.
> 
> This patch fixes this issue by addding ARP responder flows for SNAT entries.
> 
> Note that, if 172.168.0.120 happens to be the logical router IP, then it 
> works.
> 
> Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=1861294
> Reported-by: Alexander Constantinescu <acons...@redhat.com>
> Signed-off-by: Numan Siddique <num...@ovn.org>
> ---

Looks good to me, thanks!

Acked-by: Dumitru Ceara <dce...@redhat.com>


_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to