OSDN Git Service

samples/bpf: Fix dummy program unloading for xdp_redirect samples
authorToke Høiland-Jørgensen <toke@redhat.com>
Thu, 21 Feb 2019 16:05:39 +0000 (17:05 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 22 Feb 2019 15:21:59 +0000 (16:21 +0100)
commit915654fd718c2366871b19f8c6687e61909db911
treef80fe5dae9fe4dc35db88369f64bf9183152644f
parente80d02dd763093f70c3000ef34253a6d426becf6
samples/bpf: Fix dummy program unloading for xdp_redirect samples

The xdp_redirect and xdp_redirect_map sample programs both load a dummy
program onto the egress interfaces. However, the unload code checks these
programs against the wrong id number, and thus refuses to unload them. Fix
the comparison to avoid this.

Fixes: 3b7a8ec2dec3 ("samples/bpf: Check the prog id before exiting")
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Acked-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Acked-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
samples/bpf/xdp_redirect_map_user.c
samples/bpf/xdp_redirect_user.c