Signed-off-by: Remy D. Farley --- Documentation/netlink/specs/nftables.yaml | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/Documentation/netlink/specs/nftables.yaml b/Documentation/netlink/specs/nftables.yaml index 3cad6f857..79a3b9a20 100644 --- a/Documentation/netlink/specs/nftables.yaml +++ b/Documentation/netlink/specs/nftables.yaml @@ -1499,6 +1499,31 @@ sub-messages: operations: enum-model: directional list: + - + # Defined as nfnl_compat_subsys in net/netfilter/nft_compat.c + name: getcompat + attribute-set: compat-attrs + fixed-header: nfgenmsg + doc: Get / dump nft_compat info + do: + request: + value: 0xb00 + attributes: + - name + - rev + - type + reply: + value: 0xb00 + attributes: + - name + - rev + - type + dump: + reply: + attributes: + - name + - rev + - type - name: batch-begin doc: Start a batch of operations -- 2.50.1