diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-09-08 13:48:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-08 13:48:48 -0400 |
| commit | 714e135429aaca467bd2ed654edfe977b5cd1a9c (patch) | |
| tree | fa3d60c363844150764df32237d1d9799820694f /doc/manpages/conf.py | |
| parent | 37258ed97ff983ebbc8fafd85527879a59194bb7 (diff) | |
| parent | 3be6e41147632ee1bc2105f4c6e4149df6c26519 (diff) | |
Merge pull request #2875 from opensourcerouting/fabricd
OpenFabric support
Diffstat (limited to 'doc/manpages/conf.py')
| -rw-r--r-- | doc/manpages/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manpages/conf.py b/doc/manpages/conf.py index e540d236ea..f57bc1d278 100644 --- a/doc/manpages/conf.py +++ b/doc/manpages/conf.py @@ -333,6 +333,7 @@ man_pages = [ ('vtysh', 'vtysh', 'an integrated shell for FRRouting.', [], 1), ('frr', 'frr', 'a systemd interaction script', [], 1), ('bfdd', 'bfdd', fwfrr.format("a bfd"), [], 8), + ('fabricd', 'fabricd', fwfrr.format("an OpenFabric "), [], 8), ] # -- Options for Texinfo output ------------------------------------------- |
