Re: [PATCH bpf-next] bpftool: feature probing, change default action

2019-01-24 Thread Daniel Borkmann
On 01/24/2019 03:51 AM, Prashant Bhole wrote: > When 'bpftool feature' is executed it shows incorrect help string. > > test# bpftool feature > Usage: bpftool bpftool probe [COMPONENT] [macros [prefix PREFIX]] >bpftool bpftool help > >COMPONENT := { kernel | dev NAME } > > Instead

Re: [PATCH bpf-next] bpftool: feature probing, change default action

2019-01-24 Thread Quentin Monnet
2019-01-24 11:51 UTC+0900 ~ Prashant Bhole When 'bpftool feature' is executed it shows incorrect help string. test# bpftool feature Usage: bpftool bpftool probe [COMPONENT] [macros [prefix PREFIX]] bpftool bpftool help COMPONENT := { kernel | dev NAME } Instead of fixing the h

[PATCH bpf-next] bpftool: feature probing, change default action

2019-01-23 Thread Prashant Bhole
When 'bpftool feature' is executed it shows incorrect help string. test# bpftool feature Usage: bpftool bpftool probe [COMPONENT] [macros [prefix PREFIX]] bpftool bpftool help COMPONENT := { kernel | dev NAME } Instead of fixing the help text by tweaking argv[] indices, this patch