From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 2EBF73D72 for ; Fri, 19 May 2023 10:54:08 +0000 (UTC) Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [IPv6:2a0a:51c0:0:237:300::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 01A3110DF; Fri, 19 May 2023 03:54:03 -0700 (PDT) Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1pzxk4-0001lt-Fx; Fri, 19 May 2023 12:53:48 +0200 Date: Fri, 19 May 2023 12:53:48 +0200 From: Florian Westphal To: Jakub Kicinski Cc: Florian Westphal , netdev@vger.kernel.org, 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: <20230519105348.GA24477@breakpoint.cc> References: <20230518100759.84858-1-fw@strlen.de> <20230518100759.84858-4-fw@strlen.de> <20230518140450.07248e4c@kernel.org> Precedence: bulk X-Mailing-List: netdev@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: <20230518140450.07248e4c@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS,T_SCC_BODY_TEXT_LINE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Jakub Kicinski wrote: > 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 Don't know but its still seeing *some* activity. When I asked the same question I was pointed at https://multipath-dccp.org/ respectively the out-of-tree implementation at https://github.com/telekom/mp-dccp/ There is also some ietf activity for dccp, e.g. BBR-like CC: https://www.ietf.org/archive/id/draft-romo-iccrg-ccid5-00.html