]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: add a doc for the frr-reload script 6427/head
authorMark Stapp <mjs@voltanet.io>
Tue, 19 May 2020 14:06:33 +0000 (10:06 -0400)
committerMark Stapp <mjs@voltanet.io>
Tue, 19 May 2020 14:06:33 +0000 (10:06 -0400)
Add a skeleton frr-reload doc, so we have a place to capture
info about the script's options.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
doc/user/frr-reload.rst [new file with mode: 0644]
doc/user/index.rst
doc/user/setup.rst
doc/user/subdir.am

diff --git a/doc/user/frr-reload.rst b/doc/user/frr-reload.rst
new file mode 100644 (file)
index 0000000..9348b87
--- /dev/null
@@ -0,0 +1,12 @@
+.. _frr-reload:
+
+
+The frr-reload.py script
+========================
+
+
+
+Options
+-------
+
+There are several options that control the behavior of ``frr-reload``.
index 416c51f13bd4154eb5e7f412edeffe8d1d9a0503..7bb86e563b084246e28931b3c53aa0f3950fb8b9 100644 (file)
@@ -71,6 +71,7 @@ Appendix
    bugs
    packet-dumps
    glossary
+   frr-reload
 
 ################
 Copyright notice
index f60a66b9fd28d56e1f97e70f72d37650b07b8547..6a52cf26c42f52e7c7b150cebdb895d084ae6ac8 100644 (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
 ^^^^^^^^^^^^^^^^^^^^^
 
index 0b64232f3d4cecf39350f9928c45223c6ef7dc3e..eb7b7ced5213e836d5aea542ac8b9ddc6371e37e 100644 (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 \