Jakub Kicinski beb3c5ad88 netlink: specs: rt-link: adjust mctp attribute naming
MCTP attribute naming is inconsistent. In C we have:
    IFLA_MCTP_NET,
    IFLA_MCTP_PHYS_BINDING,
         ^^^^

but in YAML:
    - mctp-net
    - phys-binding
      ^
       no "mctp"

It's unclear whether the "mctp" part of the name is supposed
to be a prefix or part of attribute name. Make it a prefix,
seems cleaner, even tho technically phys-binding was added later.

Fixes: b2f63d904e72 ("doc/netlink: Add spec for rt link messages")
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://patch.msgid.link/20250414211851.602096-8-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-04-16 18:09:42 -07:00
..
2025-04-02 20:04:43 -07:00
2025-04-05 15:46:50 -07:00
2025-04-05 09:20:39 -07:00
2025-04-02 20:04:43 -07:00
2025-04-03 15:35:46 -07:00
2025-03-14 17:02:11 +10:00
2025-03-18 08:03:40 -07:00
2025-03-29 11:23:16 -07:00
2025-04-03 12:21:44 -07:00
2025-03-24 21:28:12 -07:00
Hi,
2025-03-28 12:42:53 -07:00
2025-03-26 09:41:55 -07:00
2025-04-02 18:23:31 -07:00