New sub-messsages: - match - range - numgen - log Signed-off-by: Remy D. Farley --- 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 01f44da90..3cad6f857 100644 --- a/Documentation/netlink/specs/nftables.yaml +++ b/Documentation/netlink/specs/nftables.yaml @@ -1471,6 +1471,21 @@ sub-messages: - value: tproxy attribute-set: expr-tproxy-attrs + - + value: match + attribute-set: compat-match-attrs + - + value: range + attribute-set: range-attrs + - + value: numgen + attribute-set: numgen-attrs + - + value: log + attribute-set: log-attrs + # There're more sub-messages to go: + # grep -A10 nft_expr_type + # and look for .name\s*=\s*"..." - name: obj-data formats: -- 2.50.1