mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
doc/netlink: nftables: Add sub-messages
New sub-messsages: - log - match - numgen - range Reviewed-by: Donald Hunter <donald.hunter@gmail.com> Signed-off-by: Remy D. Farley <one-d-wide@protonmail.com> Link: https://patch.msgid.link/20260303195638.381642-5-one-d-wide@protonmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
482da27d52
commit
27c7ee6d26
|
|
@ -1480,15 +1480,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
|
||||
|
|
@ -1498,6 +1507,9 @@ sub-messages:
|
|||
-
|
||||
value: quota
|
||||
attribute-set: quota-attrs
|
||||
-
|
||||
value: range
|
||||
attribute-set: range-attrs
|
||||
-
|
||||
value: reject
|
||||
attribute-set: expr-reject-attrs
|
||||
|
|
@ -1507,6 +1519,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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user