doc/netlink/specs: Add missing attr in rt_link spec
IFLA_DPLL_PIN was added to rt_link messages but not to the spec, which
breaks ynl. Add the missing definitions to the rt_link ynl spec.
Fixes: 5f18426928
("netdev: expose DPLL pin handle for netdevice")
Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Link: https://lore.kernel.org/r/20240201113853.37432-1-donald.hunter@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
93561eefbf
commit
069a6ed299
@ -942,6 +942,10 @@ attribute-sets:
|
|||||||
-
|
-
|
||||||
name: gro-ipv4-max-size
|
name: gro-ipv4-max-size
|
||||||
type: u32
|
type: u32
|
||||||
|
-
|
||||||
|
name: dpll-pin
|
||||||
|
type: nest
|
||||||
|
nested-attributes: link-dpll-pin-attrs
|
||||||
-
|
-
|
||||||
name: af-spec-attrs
|
name: af-spec-attrs
|
||||||
attributes:
|
attributes:
|
||||||
@ -1627,6 +1631,12 @@ attribute-sets:
|
|||||||
-
|
-
|
||||||
name: used
|
name: used
|
||||||
type: u8
|
type: u8
|
||||||
|
-
|
||||||
|
name: link-dpll-pin-attrs
|
||||||
|
attributes:
|
||||||
|
-
|
||||||
|
name: id
|
||||||
|
type: u32
|
||||||
|
|
||||||
sub-messages:
|
sub-messages:
|
||||||
-
|
-
|
||||||
|
Loading…
Reference in New Issue
Block a user