diff options
author | Libor Peltan <libor.peltan@nic.cz> | 2021-02-19 18:20:31 +0100 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2021-02-23 16:20:17 +0100 |
commit | 1726ccb31d520194ba4eb169c3f409132d878d77 (patch) | |
tree | f92632a7b743a572b80938b199bd6b5a291569dd /doc/requirements.rst | |
parent | Merge branch 'conf_reduce_compat' into 'master' (diff) | |
download | knot-1726ccb31d520194ba4eb169c3f409132d878d77.tar.xz knot-1726ccb31d520194ba4eb169c3f409132d878d77.zip |
kxdpgun: obtain routes from RTNETLINK instead popen(/sbin/ip)
Diffstat (limited to 'doc/requirements.rst')
-rw-r--r-- | doc/requirements.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/requirements.rst b/doc/requirements.rst index 0a89c985a..6030d5b64 100644 --- a/doc/requirements.rst +++ b/doc/requirements.rst @@ -104,3 +104,4 @@ tool. These are only supported on Linux operating systems. See the chapter recommendations. * libbpf >= 0.0.6 +* libmnl (for kxdpgun) |