From 531232addfc9329a29263091803447e0103a61ef Mon Sep 17 00:00:00 2001 From: Daniel Salzman <daniel.salzman@nic.cz> Date: Sat, 17 Oct 2020 21:11:49 +0200 Subject: [PATCH] doc: add libbpf to optional requirements --- doc/requirements.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/requirements.rst b/doc/requirements.rst index c2f39f8888..0a89c985a7 100644 --- a/doc/requirements.rst +++ b/doc/requirements.rst @@ -55,11 +55,6 @@ Operating system Knot DNS itself is written in a portable way and can be compiled and run on most UNIX-like systems, such as Linux, \*BSD, and macOS. -The :ref:`XDP funcionality <Mode XDP>` and :doc:`kxdpgun <man_kxdpgun>` -tool are only supported on Linux operating systems. See the chapter -:ref:`Mode XDP <Mode XDP_pre-requisites>` for software and hardware -recommendations. - Required libraries ================== @@ -103,3 +98,9 @@ DNS-over-HTTPS (DoH) support in :doc:`kdig<man_kdig>`: * libnghttp2 +The :ref:`XDP funcionality <Mode XDP>` and :doc:`kxdpgun <man_kxdpgun>` +tool. These are only supported on Linux operating systems. See the chapter +:ref:`Mode XDP <Mode XDP_pre-requisites>` for software and hardware +recommendations. + +* libbpf >= 0.0.6 -- GitLab