]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc/user/ripd: clarify unicast behaviour
authorBen <47653825+ad8-bdl@users.noreply.github.com>
Fri, 5 Aug 2022 07:02:55 +0000 (17:02 +1000)
committerBen L <47653825+ad8-bdl@users.noreply.github.com>
Fri, 5 Aug 2022 07:11:43 +0000 (17:11 +1000)
Current wording _implies_ `neighbor` updates are sent unicast; this makes it explicit.

Signed-off-by: Ben L <47653825+ad8-bdl@users.noreply.github.com>
doc/user/ripd.rst

index 0a155bf4892ed12356debd7c9d542aa805beee98..66bdd26f1a785a041d4404b2ed114f522d70407d 100644 (file)
@@ -119,14 +119,14 @@ RIP Configuration
 .. clicmd:: neighbor A.B.C.D
 
 
-   Specify RIP neighbor. When a neighbor doesn't understand multicast, this
-   command is used to specify neighbors. In some cases, not all routers will be
-   able to understand multicasting, where packets are sent to a network or a
-   group of addresses. In a situation where a neighbor cannot process multicast
-   packets, it is necessary to establish a direct link between routers. The
-   neighbor command allows the network administrator to specify a router as a
-   RIP neighbor. The `no neighbor a.b.c.d` command will disable the RIP
-   neighbor.
+   Specify a RIP neighbor to send updates to. This is required when a neighbor
+   is connected via a network that does not support multicast, or when it is
+   desired to statically define a neighbor. RIP updates will be sent via unicast
+   to each neighbour. Neighbour updates are in addition to any multicast updates
+   sent when an interface is not in passive mode (see the `passive-interface`
+   command). RIP will continue to process updates received from both the
+   neighbor and any received via multicast. The `no neighbor a.b.c.d` command
+   will disable the RIP neighbor.
 
    Below is very simple RIP configuration. Interface `eth0` and interface which
    address match to `10.0.0.0/8` are RIP enabled.