diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2025-03-06 21:54:42 -0500 |
|---|---|---|
| committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2025-03-09 03:50:01 +0000 |
| commit | c1e0369c3d6b8097900664094aada43c9385d649 (patch) | |
| tree | 4d38331eaf0bb93752a742c3938927002f047617 | |
| parent | 3dbb3ac164117cd04ee63dcba6b8726b0498a9de (diff) | |
doc: The sbfd documentation was not being included
Add the sbfd documentation, such as it is, to the
developer documentation so that it can be read
by people.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
(cherry picked from commit f1c75deb8e6581b0c3eb2129a61c017ca1d9be99)
| -rw-r--r-- | doc/developer/index.rst | 1 | ||||
| -rw-r--r-- | doc/user/protocols.rst | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/developer/index.rst b/doc/developer/index.rst index bd794b11a8..528d520ba9 100644 --- a/doc/developer/index.rst +++ b/doc/developer/index.rst @@ -24,3 +24,4 @@ FRRouting Developer's Guide pceplib link-state northbound/northbound + sbfd diff --git a/doc/user/protocols.rst b/doc/user/protocols.rst index e571cd66fc..fcddf1990c 100644 --- a/doc/user/protocols.rst +++ b/doc/user/protocols.rst @@ -9,6 +9,7 @@ Protocols zebra bfd + sbfd bgp babeld fabricd |
