diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-06-20 09:14:48 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-07-29 12:43:21 -0400 |
| commit | 614aa5c166aa05f5840d447e7d7d424d89afa91c (patch) | |
| tree | 0db4352e2a612b689b8f03af7de49ae5d603e27f /doc/manpages/staticd.rst | |
| parent | 88a9001659d75a3909f0ecaaca63b5bc74583a7d (diff) | |
doc: Add some documentation for staticd
Remove the ip route specific sections from zebra documenation and
create a specific one for the new staticd.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'doc/manpages/staticd.rst')
| -rw-r--r-- | doc/manpages/staticd.rst | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/manpages/staticd.rst b/doc/manpages/staticd.rst new file mode 100644 index 0000000000..ccbcf32e36 --- /dev/null +++ b/doc/manpages/staticd.rst @@ -0,0 +1,38 @@ +******* +STATICD +******* + +.. include:: defines.rst +.. |DAEMON| replace:: staticd + +SYNOPSIS +======== +|DAEMON| |synopsis-options-hv| + +|DAEMON| |synopsis-options| + +DESCRIPTION +=========== +|DAEMON| is a routing component that works with the FRRouting engine. + +OPTIONS +======= +OPTIONS available for the |DAEMON| command: + +.. include:: common-options.rst + +FILES +===== + +|INSTALL_PREFIX_SBIN|/|DAEMON| + The default location of the |DAEMON| binary. + +|INSTALL_PREFIX_ETC|/|DAEMON|.conf + The default location of the |DAEMON| config file. + +$(PWD)/|DAEMON|.log + If the |DAEMON| process is configured to output logs to a file, then you will find this file in the directory where you started |DAEMON|. + +.. include:: epilogue.rst + + |
