]> git.proxmox.com Git - mirror_iproute2.git/commit
bpf: remove obsolete samples
authorDaniel Borkmann <daniel@iogearbox.net>
Mon, 17 Jul 2017 15:18:50 +0000 (17:18 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 19 Jul 2017 00:20:45 +0000 (17:20 -0700)
commit23b2ed2d647cf2bf9a1542e73de4743b8340f123
tree48fca03e561f31fcffef20a5930853c8034f069c
parent2e86ed542d0d89e57115ba2115303f327652f3a7
bpf: remove obsolete samples

Remove old samples that have been added in pre BPF fs days which were
using file descriptor passing. It's long obsolete and not encouraged
to use this method given BPF fs is the default way like in the other
samples.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
examples/bpf/bpf_agent.c [deleted file]
examples/bpf/bpf_prog.c [deleted file]
examples/bpf/bpf_shared.h [deleted file]
examples/bpf/bpf_sys.h [deleted file]