OSDN Git Service

Merge branch 'bpf-bpftool-batch-improvements'
authorDaniel Borkmann <daniel@iogearbox.net>
Fri, 2 Mar 2018 08:46:41 +0000 (09:46 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 2 Mar 2018 08:46:42 +0000 (09:46 +0100)
commitc51a63797acc159ead1e7b136119b18865e909c3
treec8e83f9d29604d555bb56e38a8161ee8a6123217
parent56b112f17e8ab1ded40d00ed9a0af63b69b021ef
parent668da745af3c29d5742238ef278a1b2055c97e51
Merge branch 'bpf-bpftool-batch-improvements'

Quentin Monnet says:

====================
Several enhancements for bpftool batch mode are introduced in this series.

More specifically, input files for batch mode gain support for:
  * comments (starting with '#'),
  * continuation lines (after a line ending with '\'),
  * arguments enclosed between quotes.

Also, make bpftool able to read from standard input when "-" is provided as
input file name.
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>