]> granicus.if.org Git - pdns/commit
dnsdist: Check that SO_ATTACH_BPF is defined before enabling eBPF
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 6 Dec 2018 14:54:44 +0000 (15:54 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 6 Dec 2018 14:54:44 +0000 (15:54 +0100)
commit1aebc828f4c0a0224bfe591cb2c2ef724f71d590
tree709010a15772ed321edbfc58029697fa8f839145
parentbe772e171e28a3ccbc0ab51a9f8d1ba0138ee08c
dnsdist: Check that SO_ATTACH_BPF is defined before enabling eBPF

It turns out that RH decided to backport only the tracing subsystem
part of eBPF as a "Technology Preview" in the RHEL / Centos 7.6
kernel, so most of the eBPF stuff is present but not what is needed
to use the networking parts.
m4/pdns_with_ebpf.m4