mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-15 19:25:13 +00:00
tools: bpftool: fix bash completion for new map types (queue and stack)
Commit197c2dac74("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:197c2dac74("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>
This commit is contained in:
parent
cad4977344
commit
4f0fc6f571
1 changed files with 1 additions and 1 deletions
|
|
@ -436,7 +436,7 @@ _bpftool()
|
|||
lru_percpu_hash lpm_trie array_of_maps \
|
||||
hash_of_maps devmap sockmap cpumap xskmap \
|
||||
sockhash cgroup_storage reuseport_sockarray \
|
||||
percpu_cgroup_storage' -- \
|
||||
percpu_cgroup_storage queue stack' -- \
|
||||
"$cur" ) )
|
||||
return 0
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue