[ovs-dev] [patch v1 branch-2.10 1/2] conntrack: Check all addresses for ephemeral ports.

Ben Pfaff blp at ovn.org
Thu Dec 27 18:24:20 UTC 2018


On Tue, Dec 18, 2018 at 05:55:08PM -0800, Darrell Ball wrote:
> When fallback to ephemeral ports triggers to find a NAT translation,
> it may happen that the full address range is not explored; i.e. if
> all ephemeral ports are being used for the address range >= the
> first address checked and there are other addresses in the
> available range, then they would not be explored for availability.
> The likelihood of hitting this condition is rare. The fix is to
> reset the first address to the minimum address when starting to
> search ephemeral ports.  Found by inspection.
> 
> Fixes: 286de2729955 ("dpdk: Userspace Datapath: Introduce NAT Support.")
> Signed-off-by: Darrell Ball <dlu998 at gmail.com>

Thanks!  I applied these to branch-2.10.


More information about the dev mailing list