From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [91.216.245.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A4BF2DF59 for ; Fri, 4 Apr 2025 03:22:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.216.245.30 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743736973; cv=none; b=EEHxFyKiZ2LbdF9+aAjrKXveGKKXIOC7UUR8y5XuLonbUJfg+w6WoRqXwJ1nAHxpkurgX+hwHgq8j/mUMejnwdTIe9jwjB8IAoFMrHtbUIRghUq0+Pe+NtXl945eUHU6aifACifbuOpMfeTxJIW+s0vrJXCjahkjZZrZE7/izUY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743736973; c=relaxed/simple; bh=lPDYJJi5M2d2xeQXT4H6ZsB0sXfnjs2nKmFzql576Ts=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=p8zk4+LrIT6NHFO/cxIe+mQBiRAqCqzeD/0gTfvwSun5Fm9L6h9vcE5kzSH2pOtbEbej8EIO3qqUwU7Dy60V4L9EJ+RxSIfPfobrfRb8MB+RPjE3ZaXDUP1aOkFtKOJFi0kYB7U7nD9Z5zZyiOpZCSVdZ7+Dc2hf4dLPUGVWpao= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de; spf=pass smtp.mailfrom=strlen.de; arc=none smtp.client-ip=91.216.245.30 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=strlen.de Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1u0Xdn-0004cr-81; Fri, 04 Apr 2025 05:22:47 +0200 Date: Fri, 4 Apr 2025 05:22:47 +0200 From: Florian Westphal To: Florian Westphal Cc: sontu mazumdar , Bradley Hook , netfilter@vger.kernel.org Subject: Re: Nftables v6 address not matched properly in nftable set Message-ID: <20250404032247.GA15620@breakpoint.cc> References: <20250403182511.GA24688@breakpoint.cc> Precedence: bulk X-Mailing-List: netfilter@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250403182511.GA24688@breakpoint.cc> User-Agent: Mutt/1.10.1 (2018-07-13) Florian Westphal wrote: > sontu mazumdar wrote: > > Hence I feel somewhere the logic in nftable/netfilter is incorrect and > > it looks like a bug. > > This set type had many bugs, you need to tell us the kernel version you > are testing with. Looks like its a bug in the avx2 implementation, I'll send a patch shortly and will place you on CC. Thanks for reporting.