linux/Documentation/netlink/specs
Jiri Pirko 5c497a6482 dpll: spec: use proper enum for pin capabilities attribute
The enum is defined, however the pin capabilities attribute does
refer to it. Add this missing enum field.

This fixes ynl cli output:

Example current output:
$ sudo ./tools/net/ynl/cli.py --spec Documentation/netlink/specs/dpll.yaml --do pin-get --json '{"id": 0}'
{'capabilities': 4,
 ...
Example new output:
$ sudo ./tools/net/ynl/cli.py --spec Documentation/netlink/specs/dpll.yaml --do pin-get --json '{"id": 0}'
{'capabilities': {'state-can-change'},
 ...

Fixes: 3badff3a25 ("dpll: spec: Add Netlink spec in YAML")
Signed-off-by: Jiri Pirko <jiri@nvidia.com>
Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Link: https://lore.kernel.org/r/20240306120739.1447621-1-jiri@resnulli.us
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-03-07 20:51:00 -08:00
..
devlink.yaml devlink: extend multicast filtering by port index 2023-12-19 15:31:40 +01:00
dpll.yaml dpll: spec: use proper enum for pin capabilities attribute 2024-03-07 20:51:00 -08:00
ethtool.yaml Revert "Introduce PHY listing and link_topology tracking" 2024-01-04 16:05:47 -08:00
fou.yaml netlink: specs: fix indent in fou 2023-08-24 19:04:20 -07:00
handshake.yaml handshake: Fix sign of key_serial_t fields 2023-10-02 12:34:21 -07:00
mptcp_pm.yaml mptcp: add token for get-addr in yaml 2024-03-04 13:07:45 +00:00
netdev.yaml netdev 2023-12-18 16:46:08 -08:00
nfsd.yaml NFSD: introduce netlink stubs 2023-10-16 12:44:09 -04:00
nlctrl.yaml doc/netlink/specs: Add spec for nlctrl netlink family 2024-03-07 20:28:38 -08:00
ovs_datapath.yaml netlink: specs: ovs: correct enum names in specs 2023-12-15 12:17:16 +00:00
ovs_flow.yaml netlink: specs: ovs: correct enum names in specs 2023-12-15 12:17:16 +00:00
ovs_vport.yaml netlink: specs: ovs: remove fixed header fields from attrs 2023-12-15 12:17:16 +00:00
rt_addr.yaml doc/netlink: Add spec for rt addr messages 2023-08-27 17:17:10 -07:00
rt_link.yaml doc/netlink/specs: Add missing attr in rt_link spec 2024-02-01 09:19:59 -08:00
rt_route.yaml doc/netlink: Add spec for rt route messages 2023-08-27 17:17:11 -07:00
tc.yaml doc: netlink: specs: tc: add multi-attr to tc-taprio-sched-entry 2024-02-06 18:56:19 -08:00