]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
adding dnstap to documentation
authorVicky Shrestha <vicky@geeks.net.np>
Fri, 30 Dec 2016 20:14:55 +0000 (12:14 -0800)
committerOndřej Surý <ondrej@sury.org>
Mon, 6 Mar 2017 11:48:45 +0000 (12:48 +0100)
doc/build.rst

index 38c5cfe468bdd0294a9ce95e62af7a3331b24a17..d0b53a5bc7b816aa35a0c1996cc3df7c97c2e7f4 100644 (file)
@@ -56,6 +56,9 @@ There are also *optional* packages that enable specific functionality in Knot DN
    "Sphinx_ and sphinx_rtd_theme_", "``documentation``", "Building this HTML/PDF documentation."
    "breathe_", "``documentation``", "Exposing Doxygen API doc to Sphinx."
    "libsystemd_", "``daemon``", "Systemd socket activation support."
+   "libprotobuf_ 3.0+", "``modules/dnstap``", "Protocol Buffers support for dnstap_."
+   "`libprotobuf-c`_ 1.0+", "``modules/dnstap``", "C bindings for Protobuf."
+   "libfstrm_ 0.2+", "``modules/dnstap``", "Frame Streams data transport protocol."
 
 .. [#] Requires C99, ``__attribute__((cleanup))`` and ``-MMD -MP`` for dependency file generation. GCC, Clang and ICC are supported.
 .. [#] You can use variables ``<dependency>_CFLAGS`` and ``<dependency>_LIBS`` to configure dependencies manually (i.e. ``libknot_CFLAGS`` and ``libknot_LIBS``).
@@ -293,5 +296,9 @@ You can hack on the container by changing the container entrypoint to shell like
 .. _deckard_doc: https://gitlab.labs.nic.cz/knot/resolver/blob/master/tests/README.rst
 
 .. _libsystemd: https://www.freedesktop.org/wiki/Software/systemd/
+.. _dnstap: http://dnstap.info/
+.. _libprotobuf: https://developers.google.com/protocol-buffers/
+.. _libprotobuf-c: https://github.com/protobuf-c/protobuf-c/wiki
+.. _libfstrm: https://github.com/farsightsec/fstrm
 
 .. _DESTDIR: https://www.gnu.org/prep/standards/html_node/DESTDIR.html