summaryrefslogtreecommitdiff
path: root/tools/net/ynl/lib
AgeCommit message (Expand)AuthorFilesLines
2023-02-24tools: net: add __pycache__ to gitignoreJakub Kicinski1-0/+1
2023-02-24tools: ynl-gen: re-raise the exception instead of printingJakub Kicinski1-3/+1
2023-01-31tools: ynl: load jsonschema on demandJakub Kicinski1-1/+10
2023-01-31tools: ynl: use operation names from spec on the CLIJakub Kicinski1-0/+6
2023-01-31tools: ynl: support pretty printing bad attribute namesJakub Kicinski1-0/+40
2023-01-31tools: ynl: support multi-attrJakub Kicinski1-7/+14
2023-01-31tools: ynl: support directional enum-model in CLIJakub Kicinski1-4/+4
2023-01-31tools: ynl: add support for types needed by ethtoolJakub Kicinski1-1/+10
2023-01-31tools: ynl: use the common YAML loading and validation codeJakub Kicinski1-93/+25
2023-01-31tools: ynl: add an object hierarchy to represent parsed specJakub Kicinski2-1/+304
2023-01-31tools: ynl: move the cli and netlink code aroundJakub Kicinski2-0/+539