[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260121184621.198537-5-one-d-wide@protonmail.com>
Date: Wed, 21 Jan 2026 18:47:45 +0000
From: "Remy D. Farley" <one-d-wide@...tonmail.com>
To: Donald Hunter <donald.hunter@...il.com>, Jakub Kicinski <kuba@...nel.org>, netdev@...r.kernel.org
Cc: Pablo Neira Ayuso <pablo@...filter.org>, Jozsef Kadlecsik <kadlec@...filter.org>, Florian Westphal <fw@...len.de>, Phil Sutter <phil@....cc>, netfilter-devel@...r.kernel.org, coreteam@...filter.org, "Remy D. Farley" <one-d-wide@...tonmail.com>
Subject: [PATCH v6 4/6] doc/netlink: nftables: Add sub-messages
New sub-messsages:
- log
- match
- numgen
- range
Signed-off-by: Remy D. Farley <one-d-wide@...tonmail.com>
---
Documentation/netlink/specs/nftables.yaml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/Documentation/netlink/specs/nftables.yaml b/Documentation/netlink/specs/nftables.yaml
index 826d3441b..4b1f5b107 100644
--- a/Documentation/netlink/specs/nftables.yaml
+++ b/Documentation/netlink/specs/nftables.yaml
@@ -1454,15 +1454,24 @@ sub-messages:
-
value: immediate
attribute-set: expr-immediate-attrs
+ -
+ value: log
+ attribute-set: log-attrs
-
value: lookup
attribute-set: expr-lookup-attrs
+ -
+ value: match
+ attribute-set: compat-match-attrs
-
value: meta
attribute-set: expr-meta-attrs
-
value: nat
attribute-set: expr-nat-attrs
+ -
+ value: numgen
+ attribute-set: numgen-attrs
-
value: objref
attribute-set: expr-objref-attrs
@@ -1472,6 +1481,9 @@ sub-messages:
-
value: quota
attribute-set: quota-attrs
+ -
+ value: range
+ attribute-set: range-attrs
-
value: reject
attribute-set: expr-reject-attrs
@@ -1481,6 +1493,9 @@ sub-messages:
-
value: tproxy
attribute-set: expr-tproxy-attrs
+ # There're more sub-messages to go:
+ # grep -A10 nft_expr_type
+ # and look for .name\s*=\s*"..."
-
name: obj-data
formats:
--
2.51.2
Powered by blists - more mailing lists