OSDN Git Service

bpf, samples: Add missing mprog-disable to xdp_redirect_cpu's optstring
authorMatthew Cover <werekraken@gmail.com>
Sat, 31 Jul 2021 00:56:32 +0000 (17:56 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 4 Aug 2021 22:41:13 +0000 (00:41 +0200)
commit34ad6d9d8c27293e1895b448af7d6cf5d351ad8d
treec44ddc895a1b2566c3655cd99b89ada7a7712c48
parent6d4eb36d65979ad48f4b05c3309e0c74f04e5ac6
bpf, samples: Add missing mprog-disable to xdp_redirect_cpu's optstring

Commit ce4dade7f12a ("samples/bpf: xdp_redirect_cpu: Load a eBPF program
on cpumap") added the following option, but missed adding it to optstring:

  - mprog-disable: disable loading XDP program on cpumap entries

Fix it and add the missing option character.

Fixes: ce4dade7f12a ("samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumap")
Signed-off-by: Matthew Cover <matthew.cover@stackpath.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20210731005632.13228-1-matthew.cover@stackpath.com
samples/bpf/xdp_redirect_cpu_user.c