On Sat, Jun 03, 2023 at 01:20:50AM +0200, Pablo Neira Ayuso wrote: > On Tue, Apr 11, 2023 at 09:45:34PM +0100, 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. > > Applied, thanks. > > Not related to this patch: there is 'ip options' and 'tcp option', > probably enhance parser to allow for 'ip option' to address this > inconsistency in the syntax? BTW, may I add to this file: diff --git a/src/dccpopt.c b/src/dccpopt.c new file mode 100644 index 000000000000..3a2eb9524a20 --- /dev/null +++ b/src/dccpopt.c /* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 (or any * later) as published by the Free Software Foundation. */ Thanks.