Re: [PATCH net-next 8/8] tools: bpftool: add a command to display bpftool version

2017-10-20 Thread Daniel Borkmann
On 10/20/2017 12:46 AM, Jakub Kicinski wrote: From: Quentin Monnet This command can be used to print the version of the tool, which is in fact the version from Linux taken from usr/include/linux/version.h. Example usage: $ bpftool version bpftool v4.14.0 Signed-off-by: Quentin Monn

[PATCH net-next 8/8] tools: bpftool: add a command to display bpftool version

2017-10-19 Thread Jakub Kicinski
From: Quentin Monnet This command can be used to print the version of the tool, which is in fact the version from Linux taken from usr/include/linux/version.h. Example usage: $ bpftool version bpftool v4.14.0 Signed-off-by: Quentin Monnet Signed-off-by: Jakub Kicinski --- tools/bpf/