linux/tools/net/ynl
Donald Hunter fa5726692e tools: ynl: render event op docs correctly
The docs for YNL event ops currently render raw python structs. For
example in:

https://docs.kernel.org/netlink/specs/ethtool.html#cable-test-ntf

  event: {‘attributes’: [‘header’, ‘status’, ‘nest’], ‘__lineno__’: 2385}

Handle event ops correctly and render their op attributes:

  event: attributes: [header, status]

Signed-off-by: Donald Hunter <donald.hunter@gmail.com>
Link: https://patch.msgid.link/20260112153436.75495-1-donald.hunter@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2026-01-13 11:56:36 -08:00
..
generated tools: ynl: enable codegen for TC 2025-05-21 12:38:23 -07:00
lib tools: ynl: fix string attribute length to include null terminator 2025-10-27 16:47:29 -07:00
pyynl tools: ynl: render event op docs correctly 2026-01-13 11:56:36 -08:00
samples ynl: samples: Fix spelling mistake "failedq" -> "failed" 2025-12-01 11:54:09 -08:00
tests tools: ynl: add YNL test framework 2025-11-26 17:58:49 -08:00
ynltool tools: ynltool: ignore *.d deps files 2025-11-18 17:35:52 -08:00
Makefile tools: ynl: don't install tests 2026-01-08 08:46:36 -08:00
Makefile.deps tools: ynl: fix build on systems with old kernel headers 2025-12-08 23:53:17 -08:00
pyproject.toml tools: ynl: add initial pyproject.toml for packaging 2025-01-09 12:53:27 -08:00
requirements.txt
ynl-regen.sh tools: ynl: move python code to separate sub-directory 2025-01-09 12:53:27 -08:00