Re: [PATCH net-next 00/12] tools: bpftool: Add JSON output to bpftool

2017-10-23 Thread David Miller
From: Jakub Kicinski Date: Mon, 23 Oct 2017 09:24:04 -0700 > Quentin says: > > This series introduces support for JSON output to all bpftool commands. It > adds option parsing, and several options are created: > > * -j, --json Switch to JSON output. > * -p, --pretty Switch to JSON and

Re: [PATCH net-next 00/12] tools: bpftool: Add JSON output to bpftool

2017-10-23 Thread Alexei Starovoitov
On Mon, Oct 23, 2017 at 09:24:04AM -0700, Jakub Kicinski wrote: > Quentin says: > > This series introduces support for JSON output to all bpftool commands. It > adds option parsing, and several options are created: > > * -j, --json Switch to JSON output. > * -p, --pretty Switch to JSON

[PATCH net-next 00/12] tools: bpftool: Add JSON output to bpftool

2017-10-23 Thread Jakub Kicinski
Quentin says: This series introduces support for JSON output to all bpftool commands. It adds option parsing, and several options are created: * -j, --json Switch to JSON output. * -p, --pretty Switch to JSON and print it in a human-friendly fashion. * -h, --help Print generic hel