summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-08-20 19:39:27 -0400
committerGitHub <noreply@github.com>2018-08-20 19:39:27 -0400
commit164ab8625e05ddc4f21d7da9fe1f20f50899e13e (patch)
tree2d893ce6b15695eb639160ff6eec41e744cb1d51
parent919925782ce7765c237f41ab8995d5af27a51cc7 (diff)
parente36ff3f3a8fce1f5947406d24ed93261e1b3bf1c (diff)
Merge pull request #2874 from opensourcerouting/fix-doc-bfdd-index
doc: address multiple warnings related to bfdd's docs
-rw-r--r--doc/manpages/index.rst1
-rw-r--r--doc/user/bfd.rst6
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/manpages/index.rst b/doc/manpages/index.rst
index e95dd26e84..c62835c770 100644
--- a/doc/manpages/index.rst
+++ b/doc/manpages/index.rst
@@ -6,6 +6,7 @@
.. toctree::
:maxdepth: 2
+ bfdd
bgpd
eigrpd
isisd
diff --git a/doc/user/bfd.rst b/doc/user/bfd.rst
index 8eb9efe789..986d1494a5 100644
--- a/doc/user/bfd.rst
+++ b/doc/user/bfd.rst
@@ -179,7 +179,7 @@ The following commands are available inside the BGP configuration node.
.. _bfd-ospf-peer-config:
OSPF BFD Configuration
----------------------
+----------------------
The following commands are available inside the interface configuration node.
@@ -364,7 +364,7 @@ You can inspect the current BFD peer status with the following commands:
Echo transmission interval: 50ms
frr# show bfd peer 192.168.0.1 json
-{"multihop":false,"peer":"192.168.0.1","id":1,"remote-id":1,"status":"up","uptime":161,"diagnostic":"ok","remote-diagnostic":"ok","receive-interval":300,"transmit-interval":300,"echo-interval":50,"remote-receive-interval":300,"remote-transmit-interval":300,"remote-echo-interval":50}
+ {"multihop":false,"peer":"192.168.0.1","id":1,"remote-id":1,"status":"up","uptime":161,"diagnostic":"ok","remote-diagnostic":"ok","receive-interval":300,"transmit-interval":300,"echo-interval":50,"remote-receive-interval":300,"remote-transmit-interval":300,"remote-echo-interval":50}
You can also inspect peer session counters with the following commands:
@@ -402,4 +402,4 @@ You can also inspect peer session counters with the following commands:
Zebra notifications: 4
frr# show bfd peer 192.168.0.1 counters json
-{"multihop":false,"peer":"192.168.0.1","control-packet-input":348,"control-packet-output":685,"echo-packet-input":6815,"echo-packet-output":6816,"session-up":1,"session-down":0,"zebra-notifications":4}
+ {"multihop":false,"peer":"192.168.0.1","control-packet-input":348,"control-packet-output":685,"echo-packet-input":6815,"echo-packet-output":6816,"session-up":1,"session-down":0,"zebra-notifications":4}