commit | 55f3538c4923e9dfca132e99ebec370e8094afda | [log] [tgz] |
---|---|---|
author | Quentin Monnet <quentin.monnet@netronome.com> | Wed Feb 07 20:27:16 2018 -0800 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu Feb 08 11:59:50 2018 +0100 |
tree | a84a488f08b1044ab3f0cad5c05d4cdd40205759 | |
parent | 2148481d5d3111e5e9aa5adc1905fa3539e548c8 [diff] |
tools: bpftool: add bash completion for `bpftool prog load` Add bash completion for bpftool command `prog load`. Completion for this command is easy, as it only takes existing file paths as arguments. Fixes: 49a086c201a9 ("bpftool: implement prog load command") Signed-off-by: Quentin Monnet <quentin.monnet@netronome.com> Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>