bpftool icon indicating copy to clipboard operation
bpftool copied to clipboard

streamline bpftool net dump

Open borkmann opened this issue 2 years ago • 1 comments

Few minor improvements to keep tracking:

For human readable output dump "prog id %u" for progs and "link id %u" for links consistently. Currently some types dump just "id %u" and other use "prog_id %u" ("_").

The Documentation/bpftool-net.rst is in some cases overly specific in which order what is dumped (is it relevant for man page?) and examples could need a refresher.

borkmann avatar Jul 11 '23 16:07 borkmann

is it relevant for man page?

No, this should probably be removed at some point.

I'm tagging with documentation, with the understanding there's also changes required in the code. Thanks for filing this!

qmonnet avatar Jul 11 '23 16:07 qmonnet