diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-01-26 21:57:47 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-01-26 22:15:48 +0100 |
commit | dfab2669d3f1e71bec733e736090a31e376cf018 (patch) | |
tree | ede6176630770a78eb8668ba8ea9ae28d1ff1100 /doc/user/ripd.rst | |
parent | doc: fix cli documentation formatting (diff) | |
download | frr-dfab2669d3f1e71bec733e736090a31e376cf018.tar.xz frr-dfab2669d3f1e71bec733e736090a31e376cf018.zip |
doc: use :term:, will add glossary later
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to '')
-rw-r--r-- | doc/user/ripd.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/ripd.rst b/doc/user/ripd.rst index 7aaaf6177..f81ddad32 100644 --- a/doc/user/ripd.rst +++ b/doc/user/ripd.rst @@ -6,8 +6,8 @@ RIP RIP -- Routing Information Protocol is widely deployed interior gateway protocol. RIP was developed in the 1970s at Xerox Labs as part of the -XNS routing protocol. RIP is a @dfn{distance-vector} protocol and is -based on the @dfn{Bellman-Ford} algorithms. As a distance-vector +XNS routing protocol. RIP is a :term:`distance-vector` protocol and is +based on the :term:`Bellman-Ford` algorithms. As a distance-vector protocol, RIP router send updates to its neighbors periodically, thus allowing the convergence to a known topology. In each update, the distance to any given network will be broadcasted to its neighboring |