diff options
author | Jakub Kicinski <kuba@kernel.org> | 2024-04-12 07:14:32 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-04-15 11:21:11 -0700 |
commit | 72ba6cba0a6e9f06c09187ddbbdc9f80ee93ffb3 (patch) | |
tree | 23e402d59812939467c6236d14f678d75f73cadd /ipc | |
parent | 1580cbcbfe770b0a7fb76735c1a601483335c1c2 (diff) |
tools: ynl: don't return None for dumps
YNL currently reports None for empty dump:
$ cli.py ...netdev.yaml --dump page-pool-get
None
This doesn't matter for the CLI but when writing YNL based tests
having to deal with either list or None is annoying. Limit the
None conversion to non-dump ops:
$ cli.py ...netdev.yaml --dump page-pool-get
[]
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Link: https://lore.kernel.org/r/20240412141436.828666-3-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions