Skip to content

Commit 069a6ed

Browse files
donaldhkuba-moo
authored andcommitted
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: 5f18426 ("netdev: expose DPLL pin handle for netdevice") Signed-off-by: Donald Hunter <[email protected]> Reviewed-by: Jiri Pirko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 93561ee commit 069a6ed

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/netlink/specs/rt_link.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,10 @@ attribute-sets:
942942
-
943943
name: gro-ipv4-max-size
944944
type: u32
945+
-
946+
name: dpll-pin
947+
type: nest
948+
nested-attributes: link-dpll-pin-attrs
945949
-
946950
name: af-spec-attrs
947951
attributes:
@@ -1627,6 +1631,12 @@ attribute-sets:
16271631
-
16281632
name: used
16291633
type: u8
1634+
-
1635+
name: link-dpll-pin-attrs
1636+
attributes:
1637+
-
1638+
name: id
1639+
type: u32
16301640

16311641
sub-messages:
16321642
-

0 commit comments

Comments
 (0)