Merge pull request #6427 from mjstapp/frr-reload-doc

doc: add a doc for the frr-reload script
This commit is contained in:
Sri Mohana Singamsetty 2020-05-19 20:35:58 -07:00 committed by GitHub
commit e109bded80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 0 deletions

12
doc/user/frr-reload.rst Normal file
View File

@ -0,0 +1,12 @@
.. _frr-reload:
The frr-reload.py script
========================
Options
-------
There are several options that control the behavior of ``frr-reload``.

View File

@ -71,6 +71,7 @@ Appendix
bugs
packet-dumps
glossary
frr-reload
################
Copyright notice

View File

@ -218,6 +218,9 @@ individual or unified daemon configuration files.
systemctl reload frr
See :ref:`FRR-RELOAD <frr-reload>` for more about the `frr-reload.py` script.
Starting a new daemon
^^^^^^^^^^^^^^^^^^^^^

View File

@ -13,6 +13,7 @@ user_RSTFILES = \
doc/user/eigrpd.rst \
doc/user/fabricd.rst \
doc/user/filter.rst \
doc/user/frr-reload.rst \
doc/user/glossary.rst \
doc/user/index.rst \
doc/user/installation.rst \