Re: [ovs-dev] [patch v3 1/4] conntrack: Skip ephemeral ports fallback for DNAT.

2018-12-10 Thread Darrell Ball
On Mon, Dec 10, 2018 at 3:53 PM Ben Pfaff wrote: > On Mon, Nov 26, 2018 at 08:48:37AM -0800, Darrell Ball wrote: > > Ephemeral port fallback is being done for DNAT and the code could be hit > in > > some special cases and testing configurations. Also good packets are > > expected to be

Re: [ovs-dev] [patch v3 1/4] conntrack: Skip ephemeral ports fallback for DNAT.

2018-12-10 Thread Ben Pfaff
On Mon, Nov 26, 2018 at 08:48:37AM -0800, Darrell Ball wrote: > Ephemeral port fallback is being done for DNAT and the code could be hit in > some special cases and testing configurations. Also good packets are > expected to be persistently dropped in this case, which is not a common > user goal.

[ovs-dev] [patch v3 1/4] conntrack: Skip ephemeral ports fallback for DNAT.

2018-11-26 Thread Darrell Ball
Ephemeral port fallback is being done for DNAT and the code could be hit in some special cases and testing configurations. Also good packets are expected to be persistently dropped in this case, which is not a common user goal. Regardless, this is incorrect, so filter this out. Also, rename the