tools: bpftool: doc, add text about feature-subcommand
This patch adds missing information about feature-subcommand in bpftool.rst Signed-off-by: Prashant Bhole <bhole_prashant_q7@lab.ntt.co.jp> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
This commit is contained in:
parent
ecdf68e2bb
commit
ebbed0f46e
@ -16,7 +16,7 @@ SYNOPSIS
|
|||||||
|
|
||||||
**bpftool** **version**
|
**bpftool** **version**
|
||||||
|
|
||||||
*OBJECT* := { **map** | **program** | **cgroup** | **perf** | **net** }
|
*OBJECT* := { **map** | **program** | **cgroup** | **perf** | **net** | **feature** }
|
||||||
|
|
||||||
*OPTIONS* := { { **-V** | **--version** } | { **-h** | **--help** }
|
*OPTIONS* := { { **-V** | **--version** } | { **-h** | **--help** }
|
||||||
| { **-j** | **--json** } [{ **-p** | **--pretty** }] }
|
| { **-j** | **--json** } [{ **-p** | **--pretty** }] }
|
||||||
@ -34,6 +34,8 @@ SYNOPSIS
|
|||||||
|
|
||||||
*NET-COMMANDS* := { **show** | **list** | **help** }
|
*NET-COMMANDS* := { **show** | **list** | **help** }
|
||||||
|
|
||||||
|
*FEATURE-COMMANDS* := { **probe** | **help** }
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
===========
|
===========
|
||||||
*bpftool* allows for inspection and simple modification of BPF objects
|
*bpftool* allows for inspection and simple modification of BPF objects
|
||||||
|
Loading…
Reference in New Issue
Block a user