summaryrefslogtreecommitdiffstats
path: root/tools/net/ynl/lib/nlspec.py
Commit message (Expand)AuthorAgeFilesLines
* ynl: make the tooling check the licenseJakub Kicinski2023-03-161-0/+8
* tools: ynl: make definitions optional againJakub Kicinski2023-03-161-1/+2
* tools: ynl: fix get_mask utility routineLorenzo Bianconi2023-03-101-4/+2
* tools: ynl: fix enum-as-flags in the generic CLIJakub Kicinski2023-03-081-2/+5
* tools: ynl: move the enum classes to shared codeJakub Kicinski2023-03-081-0/+96
* ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski2023-03-071-1/+1
* tools: ynl: use 1 as the default for first entry in attrs/opsJakub Kicinski2023-03-031-3/+3
* tools: ynl: fully inherit attrs in subsetsJakub Kicinski2023-03-031-8/+15
* tools: ynl-gen: re-raise the exception instead of printingJakub Kicinski2023-02-241-3/+1
* tools: ynl: load jsonschema on demandJakub Kicinski2023-01-311-1/+10
* tools: ynl: add an object hierarchy to represent parsed specJakub Kicinski2023-01-311-0/+301