knot-resolver: enable dnstap module build by default
authorŠimon Bořek <simon.borek@nic.cz>
Fri, 6 May 2022 11:18:08 +0000 (13:18 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 24 Mar 2024 10:37:59 +0000 (11:37 +0100)
commit92bb77af47bcf4ce5adf4889d172934c1c78f400
tree448731fa7c45a17629ebfe2d91cf51a4a5afe7b4
parentfd10fa17a9e5a66e9592880c3fac8365f698f8a2
knot-resolver: enable dnstap module build by default

'dnstap' module will be built but not loaded by default at runtime
(configuration must be provided for it to be loaded). It is still possible to
disable dnstap build manually using menuconfig.

"The dnstap module supports logging DNS requests and responses to a unix socket
in dnstap format using fstrm framing library. This logging is useful if you need
effectively log all DNS traffic."[^1]

Adds dependency on 'protobuf', 'protobuf-c', 'libfstrm'. Listed packages are
available from OpenWrt packages, have uncomplicated manifests and
while 'protobuf-c' doesn't have a maintainer since spring 2020, all the
packages (including 'protobuf-c') seem to be maintained - the last
updates of all of them in autumn 2021.

As stated by Vladimír Čunát from Knot Resolver team they build dnstap
while packaging for majority of standard Linux distributions.
Therefore this change brings us closer to expected default.

[^1]: https://knot-resolver.readthedocs.io/en/stable/modules-dnstap.html

Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
(cherry picked from commit a68397ff778db68bd4e78ac26880dda959aaaf18)
net/knot-resolver/Config.in
net/knot-resolver/Makefile