On Fri, Mar 23, 2018 at 07:45:12PM -0700, Jakub Kicinski wrote: > JSON does not accept hex numbers with 0x prefix. Simply print > as decimal numbers, JSON should be primarily machine-readable. > > Signed-off-by: Jakub Kicinski <jakub.kicin...@netronome.com> > Reviewed-by: Quentin Monnet <quentin.mon...@netronome.com> > Fixes: 831a0aafe5c3 ("tools: bpftool: add JSON output for `bpftool map *` > commands")
Applied to bpf tree, thanks Jakub.