Skip to content
Commit 4b6eca9d authored by Jakub Kicinski's avatar Jakub Kicinski Committed by Alexei Starovoitov
Browse files

tools: bpftool: don't use hex numbers in JSON output



JSON does not accept hex numbers with 0x prefix.  Simply print
as decimal numbers, JSON should be primarily machine-readable.

Signed-off-by: default avatarJakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: default avatarQuentin Monnet <quentin.monnet@netronome.com>
Fixes: 831a0aaf

 ("tools: bpftool: add JSON output for `bpftool map *` commands")
Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
parent 1bfa26ff
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment