diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-03-15 15:13:58 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-04-06 19:22:43 +0200 |
commit | a6c93cb20fa11bfdc3dedc81099cf9ee39f19f64 (patch) | |
tree | 24fd56a1808bd99046802972e1aafaf4e317347e /doc/manpages/pbrd.rst | |
parent | pbrd: Add PBR to FRR (diff) | |
download | frr-a6c93cb20fa11bfdc3dedc81099cf9ee39f19f64.tar.xz frr-a6c93cb20fa11bfdc3dedc81099cf9ee39f19f64.zip |
doc: Add documentation for PBRD
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'doc/manpages/pbrd.rst')
-rw-r--r-- | doc/manpages/pbrd.rst | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/manpages/pbrd.rst b/doc/manpages/pbrd.rst new file mode 100644 index 000000000..38e1bc267 --- /dev/null +++ b/doc/manpages/pbrd.rst @@ -0,0 +1,39 @@ +**** +PBRD +**** + +.. include:: defines.rst +.. |DAEMON| replace:: pbrd + +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 + + |