]> git.baikalelectronics.ru Git - kernel.git/commit
tools: bpftool: fix bash completion for new map types (queue and stack)
authorQuentin Monnet <quentin.monnet@netronome.com>
Fri, 30 Nov 2018 16:25:46 +0000 (16:25 +0000)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 30 Nov 2018 22:06:06 +0000 (14:06 -0800)
commitc6d932e084cc7a3d82960b6f51da7bda6bfbec38
tree69244566093c42db2793cfeba7659eacc3368665
parent0468cd64a3044424b69492521553eec0e76c8811
tools: bpftool: fix bash completion for new map types (queue and stack)

Commit f3a0f03ee5c4 ("bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK
to bpftool-map") added support for queue and stack eBPF map types in
bpftool map handling. Let's update the bash completion accordingly.

Fixes: f3a0f03ee5c4 ("bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-map")
Signed-off-by: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/bpf/bpftool/bash-completion/bpftool