diff options
author | Alexander Trotsenko <trotsenko93@mail.ru> | 2024-06-09 00:10:02 +0200 |
---|---|---|
committer | riw777 <355715+riw777@users.noreply.github.com> | 2024-06-11 17:23:24 +0200 |
commit | ee8b65f23beb1d7a21bc121fd836cbc9e89805e3 (patch) | |
tree | 4292bfa0e5b041f462e76a3c42e0515ab58d44fd | |
parent | Merge pull request #16193 from opensourcerouting/fix/ecommunity_linkbw_presen... (diff) | |
download | frr-ee8b65f23beb1d7a21bc121fd836cbc9e89805e3.tar.xz frr-ee8b65f23beb1d7a21bc121fd836cbc9e89805e3.zip |
doc: Add reloading script into Python dependency section
Signed-off-by: Alexander Trotsenko <trotsenko93@mail.ru>
-rw-r--r-- | doc/user/installation.rst | 7 |
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. |