commit | 93a3545d812ae7cfe4426374e00a7d8f64ac02e0 | [log] [tgz] |
---|---|---|
author | Jakub Sitnicki <jakub@cloudflare.com> | Fri Jul 17 12:35:34 2020 +0200 |
committer | Alexei Starovoitov <ast@kernel.org> | Fri Jul 17 20:18:17 2020 -0700 |
tree | 9e72efeb489d50b2fa8bddd1f0316e5ef7495063 | |
parent | 499dd29d90bb78d4ac4f0d6648e26f4a339829b1 [diff] |
tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type Make bpftool show human-friendly identifiers for newly introduced program and attach type, BPF_PROG_TYPE_SK_LOOKUP and BPF_SK_LOOKUP, respectively. Also, add the new prog type bash-completion, man page and help message. Signed-off-by: Jakub Sitnicki <jakub@cloudflare.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20200717103536.397595-14-jakub@cloudflare.com