]> git.baikalelectronics.ru Git - kernel.git/commit
tools: bpftool: copy JSON writer from iproute2 repository
authorQuentin Monnet <quentin.monnet@netronome.com>
Mon, 23 Oct 2017 16:24:05 +0000 (09:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Oct 2017 00:25:08 +0000 (01:25 +0100)
commit73d0d4ed2ca3e45dd8863dd19087574455451b54
tree8e2035f10fa6353f08b85b13a87db87305b405e1
parentba29acaa0cfc1eb5d1fd2d40b41314ef427773af
tools: bpftool: copy JSON writer from iproute2 repository

In prevision of following commits, supposed to add JSON output to the
tool, two files are copied from the iproute2 repository (taken at commit
268a9eee985f): lib/json_writer.c and include/json_writer.h.

Signed-off-by: Quentin Monnet <quentin.monnet@netronome.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/bpf/bpftool/json_writer.c [new file with mode: 0644]
tools/bpf/bpftool/json_writer.h [new file with mode: 0644]