diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-06 15:58:21 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-06 15:58:21 +0100 |
commit | 3b14d86eed3c042db718c7e006ca5299f473c88e (patch) | |
tree | 4efde6b2d77f5229ace3375da3471b0db1daa695 /doc/ripd.texi | |
parent | Merge pull request #43 from pguibert6WIND/frr_6wind_mpbgpgracefulrestart_1 (diff) | |
parent | Merge pull request #41 from donaldsharp/quagga_to_frr (diff) | |
download | frr-3b14d86eed3c042db718c7e006ca5299f473c88e.tar.xz frr-3b14d86eed3c042db718c7e006ca5299f473c88e.zip |
Merge remote-tracking branch 'origin/stable/2.0'
Diffstat (limited to 'doc/ripd.texi')
-rw-r--r-- | doc/ripd.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ripd.texi b/doc/ripd.texi index 78d63eed4..da0f596af 100644 --- a/doc/ripd.texi +++ b/doc/ripd.texi @@ -1,7 +1,7 @@ @c -*-texinfo-*- -@c This is part of the Quagga Manual. +@c This is part of the Frr Manual. @c @value{COPYRIGHT_STR} -@c See file quagga.texi for copying conditions. +@c See file frr.texi for copying conditions. @node RIP @chapter RIP @@ -97,7 +97,7 @@ to the packet on the basis of the interface that received the packet. Version 2 of RIP supports a variable length subnet mask (VLSM). By extending the subnet mask, the mask can be divided and reused. Each subnet can be used for different purposes such as large to middle size -LANs and WAN links. Quagga @command{ripd} does not support the non-sequential +LANs and WAN links. Frr @command{ripd} does not support the non-sequential netmasks that are included in RIP Version 2. In a case of similar information with the same prefix and metric, the @@ -294,10 +294,10 @@ If you want to specify RIP only static routes: @deffn {RIP command} {route @var{a.b.c.d/m}} {} @deffnx {RIP command} {no route @var{a.b.c.d/m}} {} -This command is specific to Quagga. The @code{route} command makes a static +This command is specific to Frr. The @code{route} command makes a static route only inside RIP. This command should be used only by advanced users who are particularly knowledgeable about the RIP protocol. In -most cases, we recommend creating a static route in Quagga and +most cases, we recommend creating a static route in Frr and redistributing it in RIP using @code{redistribute static}. @end deffn @@ -399,7 +399,7 @@ redistribute connected [route-map MAP_NAME] @end example Cisco applies route-map _before_ routes will exported to rip route table. -In current Quagga's test implementation, @command{ripd} applies route-map +In current Frr's test implementation, @command{ripd} applies route-map after routes are listed in the route table and before routes will be announced to an interface (something like output filter). I think it is not so clear, but it is draft and it may be changed at future. |