From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68AF6C7EE2A for ; Thu, 18 May 2023 21:04:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229966AbjERVEy (ORCPT ); Thu, 18 May 2023 17:04:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37946 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229487AbjERVEx (ORCPT ); Thu, 18 May 2023 17:04:53 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C0368136 for ; Thu, 18 May 2023 14:04:52 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5BEE06155F for ; Thu, 18 May 2023 21:04:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 91402C433EF; Thu, 18 May 2023 21:04:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684443891; bh=WO1/uXc1qhLL3pth/REVtKNVS77zKXLjrxpiV+QO2eI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZXv6DNRu4yO34k4t0F53YYl8jm7CeWBYYR88nKMhOBMc3BdxCrd5frnfuyjljAzAv AlT53Yn+GFRl555U2FfsQ7HmdJEPqivZ90jDQ+SDimP9mtBOq3307saZEloqOc4lS4 /MnxN/tJ/NlJB0+FNqcv/Cb8m7Q9wRGOkSu/3KoWmOw21mn2Y08R/TprHobyk61o28 wp34jW5PLhh+ui96ZVQib3ZMMrsf+1h58tANIYOwJP7FugRj8sbyPH5a6cWzn1iC34 zsvlJpllBXLpRNY0TCcq6k/lycXCohAAcl3DgpQUDgDXLqnSQfC/LPNRfzMWEs3tyg VFy9TMt1rnf/Q== Date: Thu, 18 May 2023 14:04:50 -0700 From: Jakub Kicinski To: Florian Westphal Cc: , Eric Dumazet , Paolo Abeni , "David S. Miller" , netfilter-devel , Jeremy Sowden Subject: Re: [PATCH net-next 3/9] netfilter: nft_exthdr: add boolean DCCP option matching Message-ID: <20230518140450.07248e4c@kernel.org> In-Reply-To: <20230518100759.84858-4-fw@strlen.de> References: <20230518100759.84858-1-fw@strlen.de> <20230518100759.84858-4-fw@strlen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Thu, 18 May 2023 12:07:53 +0200 Florian Westphal wrote: > From: Jeremy Sowden > > The xt_dccp iptables module supports the matching of DCCP packets based > on the presence or absence of DCCP options. Extend nft_exthdr to add > this functionality to nftables. Someone is actually using DCCP ? :o