summaryrefslogtreecommitdiffstats
path: root/Documentation/netlink
diff options
context:
space:
mode:
authorDonald Hunter <donald.hunter@gmail.com>2023-11-30 21:49:53 +0000
committerJakub Kicinski <kuba@kernel.org>2023-12-01 17:46:11 -0800
commit527d2cd8b852e06c25c129fe400832bf88d2b5b0 (patch)
tree29c106e991af456afe1d0fcd65f2189b380afbdf /Documentation/netlink
parent15bc81212f593fbd7bda787598418b931842dc14 (diff)
downloadlinux-527d2cd8b852e06c25c129fe400832bf88d2b5b0.tar.gz
linux-527d2cd8b852e06c25c129fe400832bf88d2b5b0.tar.bz2
linux-527d2cd8b852e06c25c129fe400832bf88d2b5b0.zip
doc/netlink: Add bitfield32, s8, s16 to the netlink-raw schema
The netlink-raw schema was not updated when bitfield32 was added to the genetlink-legacy schema. It is needed for rtnetlink families. s8 and s16 were also missing. Signed-off-by: Donald Hunter <donald.hunter@gmail.com> Link: https://lore.kernel.org/r/20231130214959.27377-2-donald.hunter@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/netlink')
-rw-r--r--Documentation/netlink/netlink-raw.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/netlink/netlink-raw.yaml b/Documentation/netlink/netlink-raw.yaml
index 775cce8c548a..ad5395040765 100644
--- a/Documentation/netlink/netlink-raw.yaml
+++ b/Documentation/netlink/netlink-raw.yaml
@@ -200,7 +200,8 @@ properties:
type: string
type: &attr-type
description: The netlink attribute type
- enum: [ unused, pad, flag, binary, u8, u16, u32, u64, s32, s64,
+ enum: [ unused, pad, flag, binary, bitfield32,
+ u8, u16, u32, u64, s8, s16, s32, s64,
string, nest, array-nest, nest-type-value ]
doc:
description: Documentation of the attribute.