diff options
author | Donald Hunter <donald.hunter@gmail.com> | 2024-12-13 12:25:50 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-12-17 03:09:17 +0100 |
commit | 4fe205539c46ab0add34675ab037f49caa30607c (patch) | |
tree | d5605b9f17c89bfa84cc50010eaf9b18fc6ca393 /Documentation/netlink/specs | |
parent | rxrpc: Fix ability to add more data to a call once MSG_MORE deasserted (diff) | |
download | linux-4fe205539c46ab0add34675ab037f49caa30607c.tar.xz linux-4fe205539c46ab0add34675ab037f49caa30607c.zip |
netlink: specs: add phys-binding attr to rt_link spec
Add the missing phys-binding attr to the mctp-attrs in the rt_link spec.
This fixes commit 580db513b4a9 ("net: mctp: Expose transport binding
identifier via IFLA attribute").
Note that enum mctp_phys_binding is not currently uapi, but perhaps it
should be?
Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
Link: https://patch.msgid.link/20241213112551.33557-1-donald.hunter@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/netlink/specs')
-rw-r--r-- | Documentation/netlink/specs/rt_link.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/netlink/specs/rt_link.yaml b/Documentation/netlink/specs/rt_link.yaml index 9ffa13b77dcf..96465376d6fe 100644 --- a/Documentation/netlink/specs/rt_link.yaml +++ b/Documentation/netlink/specs/rt_link.yaml @@ -2086,6 +2086,9 @@ attribute-sets: - name: mctp-net type: u32 + - + name: phys-binding + type: u8 - name: stats-attrs name-prefix: ifla-stats- |