Yadan Fan <ydfan@xxxxxxxx> wrote: > c46172147ebb brought the logic that never setting ASSURED to drop NAT_CLASH replies > in case server is very busy and early_drop logic kicks in. > > However, this will drop all subsequent UDP packets that sent through multiple threads > of application, we already had a customer reported this issue that impacts their business, > so deleting this logic to avoid this issue at the moment. > > Fixes: c46172147ebb ("netfilter: conntrack: do not auto-delete clash entries on reply") > > Signed-off-by: Yadan Fan <ydfan@xxxxxxxx> Acked-by: Florian Westphal <fw@xxxxxxxxx>