]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
doc/netlink: rt-link: fix binary attributes marked as strings
authorRemy D. Farley <one-d-wide@protonmail.com>
Fri, 29 May 2026 12:14:44 +0000 (12:14 +0000)
committerJakub Kicinski <kuba@kernel.org>
Tue, 2 Jun 2026 20:01:02 +0000 (13:01 -0700)
These link-attrs attributes were previously marked as strings:

- wireless - struct iw_event
- protinfo - a nest of ifla6-attrs or linkinfo-brport-attrs
- cost, priority - unused

Signed-off-by: Remy D. Farley <one-d-wide@protonmail.com>
Link: https://patch.msgid.link/20260529121355.1564817-1-one-d-wide@protonmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/netlink/specs/rt-link.yaml

index 79c89f20441527fdfa9f11fdfb5644fee0740640..a5c0297818c623bd5172c14a167cf0e13c1bcad5 100644 (file)
@@ -880,19 +880,21 @@ attribute-sets:
         struct: rtnl-link-stats
       -
         name: cost
-        type: string
+        type: unused
       -
         name: priority
-        type: string
+        type: unused
       -
         name: master
         type: u32
       -
         name: wireless
-        type: string
+        type: binary
+        doc: struct iw_event
       -
         name: protinfo
-        type: string
+        type: binary
+        doc: A nest of ifla6-attrs or linkinfo-brport-attrs
       -
         name: txqlen
         type: u32