]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
netlink: specs: add uint, sint to netlink-raw schema
authorDonald Hunter <donald.hunter@gmail.com>
Fri, 13 Dec 2024 11:08:27 +0000 (11:08 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sun, 15 Dec 2024 21:55:57 +0000 (13:55 -0800)
Add uint, sint to the list of attr types in the netlink-raw schema. This
fixes the rt_link spec which had a uint attr added in commit
f858cc9eed5b ("net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attribute")

Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
Link: https://patch.msgid.link/20241213110827.32250-1-donald.hunter@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/netlink/netlink-raw.yaml

index 914aa1c0a27364145b035a686e66abab1dd173ed..1b0772c8e333a68677c4e1e2027340b6a5cb7022 100644 (file)
@@ -221,7 +221,7 @@ properties:
               type: &attr-type
                 description: The netlink attribute type
                 enum: [ unused, pad, flag, binary, bitfield32,
-                        u8, u16, u32, u64, s8, s16, s32, s64,
+                        uint, sint, u8, u16, u32, u64, s8, s16, s32, s64,
                         string, nest, indexed-array, nest-type-value,
                         sub-message ]
               doc: