commit | 1739c26da72c4170c86c368c75133adbb740efef | [log] [tgz] |
---|---|---|
author | Quentin Monnet <quentin.monnet@netronome.com> | Thu Oct 19 15:46:20 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Oct 22 02:11:32 2017 +0100 |
tree | 7442f029db148ae80dcb1b04850a6107211189ea | |
parent | 9cbe1f581d17baff7e93936feb041c90b29eb6a8 [diff] |
tools: bpftool: fix return value when all eBPF programs have been shown Change the program to have a more consistent return code. Specifically, do not make bpftool return an error code simply because it reaches the end of the list of the eBPF programs to show. Signed-off-by: Quentin Monnet <quentin.monnet@netronome.com> Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>