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 4E85AC6FD18 for ; Tue, 28 Mar 2023 15:29:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234046AbjC1P3C (ORCPT ); Tue, 28 Mar 2023 11:29:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60548 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233972AbjC1P2c (ORCPT ); Tue, 28 Mar 2023 11:28:32 -0400 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [IPv6:2a0a:51c0:0:237:300::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C3A0110A8C for ; Tue, 28 Mar 2023 08:27:25 -0700 (PDT) Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1phBEH-00070u-9z; Tue, 28 Mar 2023 17:27:21 +0200 Date: Tue, 28 Mar 2023 17:27:21 +0200 From: Florian Westphal To: Jeremy Sowden Cc: Netfilter Devel Subject: Re: [PATCH nftables] exthdr: add boolean DCCP option matching Message-ID: <20230328152721.GC25361@breakpoint.cc> References: <20230312143707.158928-1-jeremy@azazel.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230312143707.158928-1-jeremy@azazel.net> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Jeremy Sowden wrote: > Iptables supports the matching of DCCP packets based on the presence > or absence of DCCP options. Extend exthdr expressions to add this > functionality to nftables. > > Link: https://bugzilla.netfilter.org/show_bug.cgi?id=930 > Signed-off-by: Jeremy Sowden LGTM, thanks.