forked from Mirror/frr
doc: Add reloading script into Python dependency section
Signed-off-by: Alexander Trotsenko <trotsenko93@mail.ru>
This commit is contained in:
parent
89afc70b55
commit
ee8b65f23b
|
@ -422,7 +422,12 @@ options to the configuration script.
|
||||||
Python dependency, documentation and tests
|
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
|
Additionally, FRR ships Python extensions written in C which are used during
|
||||||
its build process.
|
its build process.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue