]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - include/uapi/linux/netfilter/nf_tables.h
netfilter: nft_exthdr: add boolean DCCP option matching
[thirdparty/linux.git] / include / uapi / linux / netfilter / nf_tables.h
index c4d4d8e42dc8bcbd5a043869d3248dca7cde83a0..e059dc2644dfbda0191c370545ee55f1fd4cfe3a 100644 (file)
@@ -859,12 +859,14 @@ enum nft_exthdr_flags {
  * @NFT_EXTHDR_OP_TCP: match against tcp options
  * @NFT_EXTHDR_OP_IPV4: match against ipv4 options
  * @NFT_EXTHDR_OP_SCTP: match against sctp chunks
+ * @NFT_EXTHDR_OP_DCCP: match against dccp otions
  */
 enum nft_exthdr_op {
        NFT_EXTHDR_OP_IPV6,
        NFT_EXTHDR_OP_TCPOPT,
        NFT_EXTHDR_OP_IPV4,
        NFT_EXTHDR_OP_SCTP,
+       NFT_EXTHDR_OP_DCCP,
        __NFT_EXTHDR_OP_MAX
 };
 #define NFT_EXTHDR_OP_MAX      (__NFT_EXTHDR_OP_MAX - 1)