summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Trotsenko <trotsenko93@mail.ru>2024-06-09 01:10:02 +0300
committerriw777 <355715+riw777@users.noreply.github.com>2024-06-11 15:23:24 +0000
commitee8b65f23beb1d7a21bc121fd836cbc9e89805e3 (patch)
tree4292bfa0e5b041f462e76a3c42e0515ab58d44fd
parent89afc70b55e8572826049e1f3080a6d92105cf1b (diff)
doc: Add reloading script into Python dependency section
Signed-off-by: Alexander Trotsenko <trotsenko93@mail.ru>
-rw-r--r--doc/user/installation.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/user/installation.rst b/doc/user/installation.rst
index d17112d8aa..e49f10491e 100644
--- a/doc/user/installation.rst
+++ b/doc/user/installation.rst
@@ -422,7 +422,12 @@ options to the configuration script.
Python dependency, documentation and tests
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-FRR's documentation and basic unit tests heavily use code written in Python.
+FRR uses Python for these components:
+
+* configuration reloading (see :ref:`FRR-RELOAD <frr-reload>` for details),
+* documentation,
+* unit tests.
+
Additionally, FRR ships Python extensions written in C which are used during
its build process.