]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Display the dyn eBPF filters stats in the web interface 4068/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 29 Jun 2016 13:05:50 +0000 (15:05 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 11 Aug 2016 13:11:32 +0000 (15:11 +0200)
commit8429ad04fd558e9f74457f4ec4fd1e1e400f23af
tree8bbf5b33560ae320c3abada127cdb11cb32d50ba
parent502275088c7f8a96b2496490a4ac03c911b7b82d
dnsdist: Display the dyn eBPF filters stats in the web interface

Dynamic BPF filters need to be registered to appear in the interface,
and unregistered when not needed anymore.
Automatic registration would mean that dangling dynamic BPF filters could
not be garbage collected without being unregistered first.
12 files changed:
pdns/README-dnsdist.md
pdns/bpf-filter.cc
pdns/bpf-filter.hh
pdns/dnsdist-console.cc
pdns/dnsdist-dynbpf.cc
pdns/dnsdist-dynbpf.hh
pdns/dnsdist-lua2.cc
pdns/dnsdist-web.cc
pdns/dnsdist.cc
pdns/dnsdist.hh
pdns/dnsdistdist/html/index.html
pdns/dnsdistdist/html/local.js