]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: Fix typo in multipath route docs 13513/head
authorManuel Schweizer <manuel.schweizer@gmail.com>
Thu, 11 May 2023 19:53:50 +0000 (21:53 +0200)
committerManuel Schweizer <manuel@poseidon.localdomain>
Fri, 12 May 2023 13:38:46 +0000 (15:38 +0200)
Signed-off-by: Manuel Schweizer <manuel.schweizer@cloudscale.ch>
doc/user/static.rst

index 05847ba3940940b8ee41522328887ce0e46e9a9f..6d8aca97bbab82160183ad11565bd7487c6f7b4f 100644 (file)
@@ -90,7 +90,7 @@ a static prefix and gateway, with several possible forms.
 Multiple nexthop static route
 =============================
 
-To create multiple nexthops to the same NETWORK, just reenter the same
+To create multiple nexthops to the same NETWORK (also known as a multipath route), just reenter the same
 network statement with different nexthop information.
 
 .. code-block:: frr
@@ -122,7 +122,7 @@ nexthops, if the platform supports this.
    ip route 10.0.0.0/8 null0 255
 
 
-This will install a multihop route via the specified next-hops if they are
+This will install a multipath route via the specified next-hops if they are
 reachable, as well as a high-distance blackhole route, which can be useful to
 prevent traffic destined for a prefix to match less-specific routes (e.g.
 default) should the specified gateways not be reachable. E.g.: