summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2024-06-11 20:44:14 +0200
committerGitHub <noreply@github.com>2024-06-11 20:44:14 +0200
commit82dcb1d63e7366ee2b3bd1d6896f64369cbe4d4a (patch)
treeb5011fabc501a63719f6a5d96e6319ff9ce6388d
parentMerge pull request #16050 from rgirada/ospfv3_helper (diff)
parentdoc: Add reloading script into Python dependency section (diff)
downloadfrr-82dcb1d63e7366ee2b3bd1d6896f64369cbe4d4a.tar.xz
frr-82dcb1d63e7366ee2b3bd1d6896f64369cbe4d4a.zip
Merge pull request #16190 from trots/master
doc: Add reloading script into Python dependency section
-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 d17112d8a..e49f10491 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.