Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next] doc/netlink: rt-link: fix binary attributes marked as strings
@ 2026-05-26 16:17 Remy D. Farley
  2026-05-26 22:44 ` Jakub Kicinski
  0 siblings, 1 reply; 2+ messages in thread
From: Remy D. Farley @ 2026-05-26 16:17 UTC (permalink / raw)
  To: Donald Hunter, Jakub Kicinski, netdev; +Cc: Remy D. Farley

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
---
 Documentation/netlink/specs/rt-link.yaml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/Documentation/netlink/specs/rt-link.yaml b/Documentation/netlink/specs/rt-link.yaml
index 79c89f204..6b8d5af41 100644
--- a/Documentation/netlink/specs/rt-link.yaml
+++ b/Documentation/netlink/specs/rt-link.yaml
@@ -880,19 +880,21 @@ attribute-sets:
         struct: rtnl-link-stats
       -
         name: cost
-        type: string
+        type: binary
       -
         name: priority
-        type: string
+        type: binary
       -
         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
-- 
2.51.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-26 22:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-26 16:17 [PATCH net-next] doc/netlink: rt-link: fix binary attributes marked as strings Remy D. Farley
2026-05-26 22:44 ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox